Html Css Color HEX #CAEEF9 Onahau

📋 copy color: '#CAEEF9'

red 202 ◦ green 238 ◦ blue 249

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

Shades of Onahau #CAEEF9

Tints of Onahau #CAEEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.54%

 BLUE value IS 249 (97.66% from 255) = 36.14%

R = 29.32%
G = 34.54%
B = 36.14%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAEEF9 (or 0xCAEEF9) is known color: Onahau. HEX triplet: CA, EE and F9. RGB value is (202,238,249). Sum of RGB (Red+Green+Blue) = 202+238+249=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF9 is #351106. Grayscale: #E4E4E4. Windows color (decimal): -3477767 or 16379594. OLE color: 16379594.

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

Color convert

RGB 202 238 249 -
CMYK 0.19 0.04 0 0.02
HSL 194.04º 0.8% 0.88% -
HSV(B) 194.04º 0.19% 0.98% -
XYZ 72.03 80.55 101.37 -
YUV 228.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 202 238 249 0.19 0.04 0 0.02 194.04 0.8 0.88
Hex CA EE F9 13 4 0 2 C2 50 58
Octal 312 356 371 23 4 0 2 302 120 130
Binary 11001010 11101110 11111001 10011 100 0 10 11000010 1010000 1011000

Color Harmonies of #CAEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEF9

Black with #CAEEF9

Text Example


Text Example

White with #CAEEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEF9; }

 p { color: rgb(202,238,249); }

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

background-color css

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

 a { background-color: rgb(202,238,249); }

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

border-color css

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

 span { border-color: rgb(202,238,249); }

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