#38CAF8

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

Shades of Summer Sky #38CAF8

Tints of Summer Sky #38CAF8

Color information

#38CAF8 (or 0x38CAF8) is unknown color: approx Summer Sky. HEX triplet: 38, CA and F8. RGB value is (56,202,248). Sum of RGB (Red+Green+Blue) = 56+202+248=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #38CAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CAF8 is #C73507. Grayscale: #A3A3A3. Windows color (decimal): -13055240 or 16304696. OLE color: 16304696.

HSL color Cylindrical-coordinate representation of color #38CAF8: hue angle of 194.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38CAF8 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB56202248-
CMYK0.770.1900.03
HSL194.38º93.2%59.61%-
HSV(B)194.38º77.42%97.25%-
XYZ39.6949.8696.34-
YUV163.59175.6351.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.07%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 248 (97.27% from 255) = 49.01%
R=11.07%
G=39.92%
B=49.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562022480.770.1900.03194.3893.259.61
Hex38CAF84D1303c25d3c
Octal70312370115230330213574
Binary1110001100101011111000100110110011011110000101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,202,248); }

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

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

 a { background-color: rgb(56,202,248); }

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

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

 span { border-color: rgb(56,202,248); }

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