#CAEBEF

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

Shades of Onahau #CAEBEF

Tints of Onahau #CAEBEF

Color information

#CAEBEF (or 0xCAEBEF) is unknown color: approx Onahau. HEX triplet: CA, EB and EF. RGB value is (202,235,239). Sum of RGB (Red+Green+Blue) = 202+235+239=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBEF is #351410. Grayscale: #E1E1E1. Windows color (decimal): -3478545 or 15723466. OLE color: 15723466.

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

Color convert

RGB202235239-
CMYK0.150.0200.06
HSL186.49º53.62%86.47%-
HSV(B)186.49º15.48%93.73%-
XYZ69.6578.2193.09-
YUV225.59135.57111.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=29.88%
G=34.76%
B=35.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022352390.150.0200.06186.4953.6286.47
HexCAEBEFF206ba3656
Octal3123533571720627266126
Binary1100101011101011111011111111100110101110101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBEF; }

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

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

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

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

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

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

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

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