#C5FAFE

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

Shades of Onahau #C5FAFE

Tints of Onahau #C5FAFE

Color information

#C5FAFE (or 0xC5FAFE) is unknown color: approx Onahau. HEX triplet: C5, FA and FE. RGB value is (197,250,254). Sum of RGB (Red+Green+Blue) = 197+250+254=701 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.10% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAFE is #3A0501. Grayscale: #EAEAEA. Windows color (decimal): -3802370 or 16710341. OLE color: 16710341.

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

Color convert

RGB197250254-
CMYK0.220.0200.00
HSL184.21º96.61%88.43%-
HSV(B)184.21º22.44%99.61%-
XYZ75.187.4106.68-
YUV234.61138.94101.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.10%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=28.10%
G=35.66%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972502540.220.0200.00184.2196.6188.43
HexC5FAFE16200b86158
Octal30537237626200270141130
Binary1100010111111010111111101011010001011100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAFE; }

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

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

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

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

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

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

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

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