Html Css Color HEX #C4FAFF Onahau

📋 copy color: '#C4FAFF'

red 196 ◦ green 250 ◦ blue 255

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

Shades of Onahau #C4FAFF

Tints of Onahau #C4FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.66%

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

R = 27.96%
G = 35.66%
B = 36.38%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4FAFF (or 0xC4FAFF) is known color: Onahau. HEX triplet: C4, FA and FF. RGB value is (196,250,255). Sum of RGB (Red+Green+Blue) = 196+250+255=701 (92% of max value = 765). Red value is 196 (76.95% from 255 or 27.96% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAFF is #3B0500. Grayscale: #EAEAEA. Windows color (decimal): -3867905 or 16775876. OLE color: 16775876.

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

Color convert

RGB 196 250 255 -
CMYK 0.23 0.02 0 0
HSL 185.08º 1% 0.88% -
HSV(B) 185.08º 0.23% 1% -
XYZ 75 87.33 107.51 -
YUV 234.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 196 250 255 0.23 0.02 0 0 185.08 1 0.88
Hex C4 FA FF 17 2 0 0 B9 64 58
Octal 304 372 377 27 2 0 0 271 144 130
Binary 11000100 11111010 11111111 10111 10 0 0 10111001 1100100 1011000

Color Harmonies of #C4FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAFF

Black with #C4FAFF

Text Example


Text Example

White with #C4FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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