Html Css Color HEX #C4EFFF Onahau

📋 copy color: '#C4EFFF'

red 196 ◦ green 239 ◦ blue 255

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

Shades of Onahau #C4EFFF

Tints of Onahau #C4EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.64%

 BLUE value IS 255 (100% from 255) = 36.96%

R = 28.41%
G = 34.64%
B = 36.96%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4EFFF (or 0xC4EFFF) is known color: Onahau. HEX triplet: C4, EF and FF. RGB value is (196,239,255). Sum of RGB (Red+Green+Blue) = 196+239+255=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EFFF is #3B1000. Grayscale: #E3E3E3. Windows color (decimal): -3870721 or 16773060. OLE color: 16773060.

HSL color Cylindrical-coordinate representation of color #C4EFFF: hue angle of 196.27º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4EFFF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 239 255 -
CMYK 0.23 0.06 0 0
HSL 196.27º 1% 0.88% -
HSV(B) 196.27º 0.23% 1% -
XYZ 71.68 80.69 106.4 -
YUV 227.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 196 239 255 0.23 0.06 0 0 196.27 1 0.88
Hex C4 EF FF 17 6 0 0 C4 64 58
Octal 304 357 377 27 6 0 0 304 144 130
Binary 11000100 11101111 11111111 10111 110 0 0 11000100 1100100 1011000

Color Harmonies of #C4EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EFFF

Black with #C4EFFF

Text Example


Text Example

White with #C4EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EFFF; }

 p { color: rgb(196,239,255); }

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

background-color css

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

 a { background-color: rgb(196,239,255); }

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

border-color css

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

 span { border-color: rgb(196,239,255); }

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