Html Css Color HEX #CAF2FA Onahau

📋 copy color: '#CAF2FA'

red 202 ◦ green 242 ◦ blue 250

#CAF2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CAF2FA

Tints of Onahau #CAF2FA

RGB

 RED value IS 202 (79.3% from 255) = 29.11%

 GREEN value IS 242 (94.92% from 255) = 34.87%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 29.11%
G = 34.87%
B = 36.02%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAF2FA (or 0xCAF2FA) is known color: Onahau. HEX triplet: CA, F2 and FA. RGB value is (202,242,250). Sum of RGB (Red+Green+Blue) = 202+242+250=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2FA is #350D05. Grayscale: #E6E6E6. Windows color (decimal): -3476742 or 16446154. OLE color: 16446154.

HSL color Cylindrical-coordinate representation of color #CAF2FA: hue angle of 190º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF2FA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 242 250 -
CMYK 0.19 0.03 0 0.02
HSL 190º 0.83% 0.89% -
HSV(B) 190º 0.19% 0.98% -
XYZ 73.36 82.96 102.59 -
YUV 230.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 202 242 250 0.19 0.03 0 0.02 190 0.83 0.89
Hex CA F2 FA 13 3 0 2 BE 53 59
Octal 312 362 372 23 3 0 2 276 123 131
Binary 11001010 11110010 11111010 10011 11 0 10 10111110 1010011 1011001

Color Harmonies of #CAF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2FA

Black with #CAF2FA

Text Example


Text Example

White with #CAF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2FA; }

 p { color: rgb(202,242,250); }

 H1.HeaderClassName
 {
   color: #CAF2FA;
 }
 .AnyTagClassName
 {
   color: #CAF2FA;
 }
</style>

background-color css

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

 a { background-color: rgb(202,242,250); }

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

border-color css

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

 span { border-color: rgb(202,242,250); }

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