#CAEEF8

Color #CAEEF8 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CAEEF8

Tints of Onahau #CAEEF8

Color information

#CAEEF8 (or 0xCAEEF8) is unknown color: approx Onahau. HEX triplet: CA, EE and F8. RGB value is (202,238,248). Sum of RGB (Red+Green+Blue) = 202+238+248=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF8 is #351107. Grayscale: #E4E4E4. Windows color (decimal): -3477768 or 16314058. OLE color: 16314058.

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

Color convert

RGB202238248-
CMYK0.190.0400.03
HSL193.04º76.67%88.24%-
HSV(B)193.04º18.55%97.25%-
XYZ71.8780.48100.55-
YUV228.38139.07109.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=29.36%
G=34.59%
B=36.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022382480.190.0400.03193.0476.6788.24
HexCAEEF813403c14d58
Octal31235637023403301115130
Binary110010101110111011111000100111000111100000110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEF8; }

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

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

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

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

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

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

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

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