#C5F4FE

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

Shades of Onahau #C5F4FE

Tints of Onahau #C5F4FE

Color information

#C5F4FE (or 0xC5F4FE) is unknown color: approx Onahau. HEX triplet: C5, F4 and FE. RGB value is (197,244,254). Sum of RGB (Red+Green+Blue) = 197+244+254=695 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.35% from 695); Green value is 244 (95.70% from 255 or 35.11% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F4FE is #3A0B01. Grayscale: #E6E6E6. Windows color (decimal): -3803906 or 16708805. OLE color: 16708805.

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

Color convert

RGB197244254-
CMYK0.220.0400.00
HSL190.53º96.61%88.43%-
HSV(B)190.53º22.44%99.61%-
XYZ73.2783.73106.07-
YUV231.09140.93103.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.35%
GREEN value IS 244 (95.70% from 255) = 35.11%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=28.35%
G=35.11%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972442540.220.0400.00190.5396.6188.43
HexC5F4FE16400bf6158
Octal30536437626400277141130
Binary11000101111101001111111010110100001011111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F4FE; }

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

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

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

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

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

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

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

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