Html Css Color HEX #C4ECF2 Onahau

📋 copy color: '#C4ECF2'

red 196 ◦ green 236 ◦ blue 242

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

Shades of Onahau #C4ECF2

Tints of Onahau #C4ECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.01%

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

R = 29.08%
G = 35.01%
B = 35.91%

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

#C4ECF2 (or 0xC4ECF2) is known color: Onahau. HEX triplet: C4, EC and F2. RGB value is (196,236,242). Sum of RGB (Red+Green+Blue) = 196+236+242=674 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.08% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4ECF2 is #3B130D. Grayscale: #E0E0E0. Windows color (decimal): -3871502 or 15920324. OLE color: 15920324.

HSL color Cylindrical-coordinate representation of color #C4ECF2: hue angle of 187.83º 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 #C4ECF2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 236 242 -
CMYK 0.19 0.02 0 0.05
HSL 187.83º 0.64% 0.86% -
HSV(B) 187.83º 0.19% 0.95% -
XYZ 68.79 78.14 95.46 -
YUV 224.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 196 236 242 0.19 0.02 0 0.05 187.83 0.64 0.86
Hex C4 EC F2 13 2 0 5 BC 40 56
Octal 304 354 362 23 2 0 5 274 100 126
Binary 11000100 11101100 11110010 10011 10 0 101 10111100 1000000 1010110

Color Harmonies of #C4ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ECF2

Black with #C4ECF2

Text Example


Text Example

White with #C4ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ECF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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