#CAF3FE

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

Shades of Onahau #CAF3FE

Tints of Onahau #CAF3FE

Color information

#CAF3FE (or 0xCAF3FE) is unknown color: approx Onahau. HEX triplet: CA, F3 and FE. RGB value is (202,243,254). Sum of RGB (Red+Green+Blue) = 202+243+254=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF3FE is #350C01. Grayscale: #E7E7E7. Windows color (decimal): -3476482 or 16708554. OLE color: 16708554.

HSL color Cylindrical-coordinate representation of color #CAF3FE: hue angle of 192.69º 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 #CAF3FE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202243254-
CMYK0.200.0400.00
HSL192.69º96.3%89.41%-
HSV(B)192.69º20.47%99.61%-
XYZ74.383.81106.03-
YUV231.99140.42106.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.90%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=28.90%
G=34.76%
B=36.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022432540.200.0400.00192.6996.389.41
HexCAF3FE14400c16059
Octal31236337624400301140131
Binary11001010111100111111111010100100001100000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3FE; }

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

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

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

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

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

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

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

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