#C4FAFF

Color #C4FAFF Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C4FAFF

Tints of Onahau #C4FAFF

Color information

#C4FAFF (or 0xC4FAFF) is unknown color: approx 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

RGB196250255-
CMYK0.230.0200
HSL185.08º100%88.43%-
HSV(B)185.08º23.14%100%-
XYZ7587.33107.51-
YUV234.42139.61100.59-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962502550.230.0200185.0810088.43
HexC4FAFF17200b96458
Octal30437237727200271144130
Binary1100010011111010111111111011110001011100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>