#CAEFF7

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

Shades of Onahau #CAEFF7

Tints of Onahau #CAEFF7

Color information

#CAEFF7 (or 0xCAEFF7) is unknown color: approx Onahau. HEX triplet: CA, EF and F7. RGB value is (202,239,247). Sum of RGB (Red+Green+Blue) = 202+239+247=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEFF7 is #351008. Grayscale: #E4E4E4. Windows color (decimal): -3477513 or 16248778. OLE color: 16248778.

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

Color convert

RGB202239247-
CMYK0.180.0300.03
HSL190.67º73.77%88.04%-
HSV(B)190.67º18.22%96.86%-
XYZ72.018199.84-
YUV228.85138.24108.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=29.36%
G=34.74%
B=35.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022392470.180.0300.03190.6773.7788.04
HexCAEFF712303bf4a58
Octal31235736722303277112130
Binary11001010111011111111011110010110111011111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFF7; }

 p { color: rgb(202,239,247); }

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

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

 a { background-color: rgb(202,239,247); }

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

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

 span { border-color: rgb(202,239,247); }

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