Html Css Color HEX #C4EAFA Onahau

📋 copy color: '#C4EAFA'

red 196 ◦ green 234 ◦ blue 250

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

Shades of Onahau #C4EAFA

Tints of Onahau #C4EAFA

RGB

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

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

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

R = 28.82%
G = 34.41%
B = 36.76%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4EAFA (or 0xC4EAFA) is known color: Onahau. HEX triplet: C4, EA and FA. RGB value is (196,234,250). Sum of RGB (Red+Green+Blue) = 196+234+250=680 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.82% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EAFA is #3B1505. Grayscale: #E0E0E0. Windows color (decimal): -3872006 or 16444100. OLE color: 16444100.

HSL color Cylindrical-coordinate representation of color #C4EAFA: hue angle of 197.78º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4EAFA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 234 250 -
CMYK 0.22 0.06 0 0.02
HSL 197.78º 0.84% 0.87% -
HSV(B) 197.78º 0.22% 0.98% -
XYZ 69.44 77.48 101.74 -
YUV 224.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 196 234 250 0.22 0.06 0 0.02 197.78 0.84 0.87
Hex C4 EA FA 16 6 0 2 C6 54 57
Octal 304 352 372 26 6 0 2 306 124 127
Binary 11000100 11101010 11111010 10110 110 0 10 11000110 1010100 1010111

Color Harmonies of #C4EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EAFA

Black with #C4EAFA

Text Example


Text Example

White with #C4EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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