#CAEAF0

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

Shades of Onahau #CAEAF0

Tints of Onahau #CAEAF0

Color information

#CAEAF0 (or 0xCAEAF0) is unknown color: approx Onahau. HEX triplet: CA, EA and F0. RGB value is (202,234,240). Sum of RGB (Red+Green+Blue) = 202+234+240=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF0 is #35150F. Grayscale: #E1E1E1. Windows color (decimal): -3478800 or 15788746. OLE color: 15788746.

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

Color convert

RGB202234240-
CMYK0.160.0200.06
HSL189.47º55.88%86.67%-
HSV(B)189.47º15.83%94.12%-
XYZ69.5177.6993.77-
YUV225.12136.4111.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=29.88%
G=34.62%
B=35.50%

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
Decimal2022342400.160.0200.06189.4755.8886.67
HexCAEAF010206bd3857
Octal3123523602020627570127
Binary11001010111010101111000010000100110101111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAF0; }

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

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

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

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

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

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

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

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