#C5F0FF

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

Shades of Onahau #C5F0FF

Tints of Onahau #C5F0FF

Color information

#C5F0FF (or 0xC5F0FF) is unknown color: approx Onahau. HEX triplet: C5, F0 and FF. RGB value is (197,240,255). Sum of RGB (Red+Green+Blue) = 197+240+255=692 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.47% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F0FF is #3A0F00. Grayscale: #E4E4E4. Windows color (decimal): -3804929 or 16773317. OLE color: 16773317.

HSL color Cylindrical-coordinate representation of color #C5F0FF: hue angle of 195.52º 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 #C5F0FF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197240255-
CMYK0.230.0600
HSL195.52º100%88.63%-
HSV(B)195.52º22.75%100%-
XYZ72.2481.41106.51-
YUV228.85142.75105.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.47%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 255 (100% from 255) = 36.85%
R=28.47%
G=34.68%
B=36.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972402550.230.0600195.5210088.63
HexC5F0FF17600c46459
Octal30536037727600304144131
Binary11000101111100001111111110111110001100010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F0FF; }

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

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

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

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

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

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

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

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