#CAF6FE

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

Shades of Onahau #CAF6FE

Tints of Onahau #CAF6FE

Color information

#CAF6FE (or 0xCAF6FE) is unknown color: approx Onahau. HEX triplet: CA, F6 and FE. RGB value is (202,246,254). Sum of RGB (Red+Green+Blue) = 202+246+254=702 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.77% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6FE is #350901. Grayscale: #E9E9E9. Windows color (decimal): -3475714 or 16709322. OLE color: 16709322.

HSL color Cylindrical-coordinate representation of color #CAF6FE: hue angle of 189.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF6FE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202246254-
CMYK0.200.0300.00
HSL189.23º96.3%89.41%-
HSV(B)189.23º20.47%99.61%-
XYZ75.285.62106.33-
YUV233.76139.42105.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.77%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=28.77%
G=35.04%
B=36.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022462540.200.0300.00189.2396.389.41
HexCAF6FE14300bd6059
Octal31236637624300275140131
Binary1100101011110110111111101010011001011110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6FE; }

 p { color: rgb(202,246,254); }

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

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

 a { background-color: rgb(202,246,254); }

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

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

 span { border-color: rgb(202,246,254); }

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