#CAEBF1

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

Shades of Onahau #CAEBF1

Tints of Onahau #CAEBF1

Color information

#CAEBF1 (or 0xCAEBF1) is unknown color: approx Onahau. HEX triplet: CA, EB and F1. RGB value is (202,235,241). Sum of RGB (Red+Green+Blue) = 202+235+241=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBF1 is #35140E. Grayscale: #E1E1E1. Windows color (decimal): -3478543 or 15854538. OLE color: 15854538.

HSL color Cylindrical-coordinate representation of color #CAEBF1: hue angle of 189.23º 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 #CAEBF1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202235241-
CMYK0.160.0200.05
HSL189.23º58.21%86.86%-
HSV(B)189.23º16.18%94.51%-
XYZ69.9478.3294.65-
YUV225.82136.57111.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.79%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=29.79%
G=34.66%
B=35.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022352410.160.0200.05189.2358.2186.86
HexCAEBF110205bd3a57
Octal3123533612020527572127
Binary11001010111010111111000110000100101101111011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBF1; }

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

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

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

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

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

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

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

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