Html Css Color HEX #C4F4FF Onahau

📋 copy color: '#C4F4FF'

red 196 ◦ green 244 ◦ blue 255

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

Shades of Onahau #C4F4FF

Tints of Onahau #C4F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.11%

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

R = 28.2%
G = 35.11%
B = 36.69%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4F4FF (or 0xC4F4FF) is known color: Onahau. HEX triplet: C4, F4 and FF. RGB value is (196,244,255). Sum of RGB (Red+Green+Blue) = 196+244+255=695 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.20% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F4FF is #3B0B00. Grayscale: #E6E6E6. Windows color (decimal): -3869441 or 16774340. OLE color: 16774340.

HSL color Cylindrical-coordinate representation of color #C4F4FF: hue angle of 191.19º 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 #C4F4FF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 244 255 -
CMYK 0.23 0.04 0 0
HSL 191.19º 1% 0.88% -
HSV(B) 191.19º 0.23% 1% -
XYZ 73.17 83.66 106.9 -
YUV 230.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 196 244 255 0.23 0.04 0 0 191.19 1 0.88
Hex C4 F4 FF 17 4 0 0 BF 64 58
Octal 304 364 377 27 4 0 0 277 144 130
Binary 11000100 11110100 11111111 10111 100 0 0 10111111 1100100 1011000

Color Harmonies of #C4F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F4FF

Black with #C4F4FF

Text Example


Text Example

White with #C4F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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