#CAEBF0

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

Shades of Onahau #CAEBF0

Tints of Onahau #CAEBF0

Color information

#CAEBF0 (or 0xCAEBF0) is unknown color: approx Onahau. HEX triplet: CA, EB and F0. RGB value is (202,235,240). Sum of RGB (Red+Green+Blue) = 202+235+240=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBF0 is #35140F. Grayscale: #E1E1E1. Windows color (decimal): -3478544 or 15789002. OLE color: 15789002.

HSL color Cylindrical-coordinate representation of color #CAEBF0: hue angle of 187.89º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEBF0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202235240-
CMYK0.160.0200.06
HSL187.89º55.88%86.67%-
HSV(B)187.89º15.83%94.12%-
XYZ69.7978.2693.87-
YUV225.7136.07111.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=29.84%
G=34.71%
B=35.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022352400.160.0200.06187.8955.8886.67
HexCAEBF010206bc3857
Octal3123533602020627470127
Binary11001010111010111111000010000100110101111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBF0; }

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

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

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

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

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

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

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

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