#CAEAF1

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

Shades of Onahau #CAEAF1

Tints of Onahau #CAEAF1

Color information

#CAEAF1 (or 0xCAEAF1) is unknown color: approx Onahau. HEX triplet: CA, EA and F1. RGB value is (202,234,241). Sum of RGB (Red+Green+Blue) = 202+234+241=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF1 is #35150E. Grayscale: #E1E1E1. Windows color (decimal): -3478799 or 15854282. OLE color: 15854282.

HSL color Cylindrical-coordinate representation of color #CAEAF1: hue angle of 190.77º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEAF1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202234241-
CMYK0.160.0300.05
HSL190.77º58.21%86.86%-
HSV(B)190.77º16.18%94.51%-
XYZ69.6677.7594.56-
YUV225.23136.9111.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=29.84%
G=34.56%
B=35.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022342410.160.0300.05190.7758.2186.86
HexCAEAF110305bf3a57
Octal3123523612030527772127
Binary11001010111010101111000110000110101101111111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAF1; }

 p { color: rgb(202,234,241); }

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

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

 a { background-color: rgb(202,234,241); }

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

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

 span { border-color: rgb(202,234,241); }

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