#38b7f2

Color #38B7F2 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38B7F2

Tints of Summer Sky #38B7F2

Color information

#38B7F2 (or 0x38B7F2) is unknown color: approx Summer Sky. HEX triplet: 38, B7 and F2. RGB value is (56,183,242). Sum of RGB (Red+Green+Blue) = 56+183+242=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #38B7F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38B7F2 is #C7480D. Grayscale: #979797. Windows color (decimal): -13060110 or 15906616. OLE color: 15906616.

HSL color Cylindrical-coordinate representation of color #38B7F2: hue angle of 199.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38B7F2 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56183242-
CMYK0.770.2400.05
HSL199.03º87.74%58.43%-
HSV(B)199.03º76.86%94.9%-
XYZ34.5941.1290.12-
YUV151.75178.9259.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 11.64%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 242 (94.92% from 255) = 50.31%
R=11.64%
G=38.05%
B=50.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal561832420.770.2400.05199.0387.7458.43
Hex38B7F24D1805c7583a
Octal70267362115300530713072
Binary11100010110111111100101001101110000101110001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b7f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38b7f2; }

 p { color: rgb(56,183,242); }

 H1.HeaderClassName
 {
   color: #38b7f2;
 }
 .AnyTagClassName
 {
   color: #38b7f2;
 }
</style>
background-color css

<style>
 a { background-color: #38b7f2; }

 a { background-color: rgb(56,183,242); }

 div.DivClassName
 {
   background-color: #38b7f2;
 }
 .BgClassName
 {
   background-color: #38b7f2;
 }
</style>
border-color css

<style>
 span { border-color: #38b7f2; }

 span { border-color: rgb(56,183,242); }

 td.TdClassName
 {
   border-color: #38b7f2;
 }
 .TagClassName
 {
   border-color: #38b7f2;
 }
</style>