#C5FAFF

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

Shades of Onahau #C5FAFF

Tints of Onahau #C5FAFF

Color information

#C5FAFF (or 0xC5FAFF) is unknown color: approx Onahau. HEX triplet: C5, FA and FF. RGB value is (197,250,255). Sum of RGB (Red+Green+Blue) = 197+250+255=702 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.06% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAFF is #3A0500. Grayscale: #EAEAEA. Windows color (decimal): -3802369 or 16775877. OLE color: 16775877.

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

Color convert

RGB197250255-
CMYK0.230.0200
HSL185.17º100%88.63%-
HSV(B)185.17º22.75%100%-
XYZ75.2687.46107.52-
YUV234.72139.44101.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.06%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 255 (100% from 255) = 36.32%
R=28.06%
G=35.61%
B=36.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972502550.230.0200185.1710088.63
HexC5FAFF17200b96459
Octal30537237727200271144131
Binary1100010111111010111111111011110001011100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAFF; }

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

 H1.HeaderClassName
 {
   color: #C5FAFF;
 }
 .AnyTagClassName
 {
   color: #C5FAFF;
 }
</style>
background-color css

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

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

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

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

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

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