Html Css Color HEX #C4EAEE Onahau

📋 copy color: '#C4EAEE'

red 196 ◦ green 234 ◦ blue 238

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

Shades of Onahau #C4EAEE

Tints of Onahau #C4EAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.03%

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 29.34%
G = 35.03%
B = 35.63%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4EAEE (or 0xC4EAEE) is known color: Onahau. HEX triplet: C4, EA and EE. RGB value is (196,234,238). Sum of RGB (Red+Green+Blue) = 196+234+238=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EAEE is #3B1511. Grayscale: #DFDFDF. Windows color (decimal): -3872018 or 15657668. OLE color: 15657668.

HSL color Cylindrical-coordinate representation of color #C4EAEE: hue angle of 185.71º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EAEE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 234 238 -
CMYK 0.18 0.02 0 0.07
HSL 185.71º 0.55% 0.85% -
HSV(B) 185.71º 0.18% 0.93% -
XYZ 67.62 76.75 92.14 -
YUV 223.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 196 234 238 0.18 0.02 0 0.07 185.71 0.55 0.85
Hex C4 EA EE 12 2 0 7 BA 37 55
Octal 304 352 356 22 2 0 7 272 67 125
Binary 11000100 11101010 11101110 10010 10 0 111 10111010 110111 1010101

Color Harmonies of #C4EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EAEE

Black with #C4EAEE

Text Example


Text Example

White with #C4EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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