Html Css Color HEX #C4EEF2 Onahau

📋 copy color: '#C4EEF2'

red 196 ◦ green 238 ◦ blue 242

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

Shades of Onahau #C4EEF2

Tints of Onahau #C4EEF2

RGB

 RED value IS 196 (76.95% from 255) = 28.99%

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

 BLUE value IS 242 (94.92% from 255) = 35.8%

R = 28.99%
G = 35.21%
B = 35.8%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4EEF2 (or 0xC4EEF2) is known color: Onahau. HEX triplet: C4, EE and F2. RGB value is (196,238,242). Sum of RGB (Red+Green+Blue) = 196+238+242=676 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.99% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEF2 is #3B110D. Grayscale: #E1E1E1. Windows color (decimal): -3870990 or 15920836. OLE color: 15920836.

HSL color Cylindrical-coordinate representation of color #C4EEF2: hue angle of 185.22º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4EEF2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 238 242 -
CMYK 0.19 0.02 0 0.05
HSL 185.22º 0.64% 0.86% -
HSV(B) 185.22º 0.19% 0.95% -
XYZ 69.37 79.3 95.65 -
YUV 225.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 196 238 242 0.19 0.02 0 0.05 185.22 0.64 0.86
Hex C4 EE F2 13 2 0 5 B9 40 56
Octal 304 356 362 23 2 0 5 271 100 126
Binary 11000100 11101110 11110010 10011 10 0 101 10111001 1000000 1010110

Color Harmonies of #C4EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EEF2

Black with #C4EEF2

Text Example


Text Example

White with #C4EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EEF2; }

 p { color: rgb(196,238,242); }

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

background-color css

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

 a { background-color: rgb(196,238,242); }

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

border-color css

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

 span { border-color: rgb(196,238,242); }

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