#CAEBF3

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

Shades of Onahau #CAEBF3

Tints of Onahau #CAEBF3

Color information

#CAEBF3 (or 0xCAEBF3) is unknown color: approx Onahau. HEX triplet: CA, EB and F3. RGB value is (202,235,243). Sum of RGB (Red+Green+Blue) = 202+235+243=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBF3 is #35140C. Grayscale: #E1E1E1. Windows color (decimal): -3478541 or 15985610. OLE color: 15985610.

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

Color convert

RGB202235243-
CMYK0.170.0300.05
HSL191.71º63.08%87.25%-
HSV(B)191.71º16.87%95.29%-
XYZ70.2478.4496.23-
YUV226.04137.57110.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=29.71%
G=34.56%
B=35.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022352430.170.0300.05191.7163.0887.25
HexCAEBF311305c03f57
Octal3123533632130530077127
Binary11001010111010111111001110001110101110000001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBF3; }

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

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

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

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

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

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

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

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