#C5F7FE

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

Shades of Onahau #C5F7FE

Tints of Onahau #C5F7FE

Color information

#C5F7FE (or 0xC5F7FE) is unknown color: approx Onahau. HEX triplet: C5, F7 and FE. RGB value is (197,247,254). Sum of RGB (Red+Green+Blue) = 197+247+254=698 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.22% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F7FE is #3A0801. Grayscale: #E8E8E8. Windows color (decimal): -3803138 or 16709573. OLE color: 16709573.

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

Color convert

RGB197247254-
CMYK0.220.0300.00
HSL187.37º96.61%88.43%-
HSV(B)187.37º22.44%99.61%-
XYZ74.1885.55106.37-
YUV232.85139.94102.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.22%
GREEN value IS 247 (96.88% from 255) = 35.39%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=28.22%
G=35.39%
B=36.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972472540.220.0300.00187.3796.6188.43
HexC5F7FE16300bb6158
Octal30536737626300273141130
Binary1100010111110111111111101011011001011101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F7FE; }

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

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

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

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

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

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

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

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