#C5F1FC

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

Shades of Onahau #C5F1FC

Tints of Onahau #C5F1FC

Color information

#C5F1FC (or 0xC5F1FC) is unknown color: approx Onahau. HEX triplet: C5, F1 and FC. RGB value is (197,241,252). Sum of RGB (Red+Green+Blue) = 197+241+252=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5F1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1FC is #3A0E03. Grayscale: #E5E5E5. Windows color (decimal): -3804676 or 16576965. OLE color: 16576965.

HSL color Cylindrical-coordinate representation of color #C5F1FC: hue angle of 192º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5F1FC is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197241252-
CMYK0.220.0400.01
HSL192º90.16%88.04%-
HSV(B)192º21.83%98.82%-
XYZ72.0581.81104.09-
YUV229.1140.92105.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.55%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=28.55%
G=34.93%
B=36.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972412520.220.0400.0119290.1688.04
HexC5F1FC16401c05a58
Octal30536137426401300132130
Binary11000101111100011111110010110100011100000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1FC; }

 p { color: rgb(197,241,252); }

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

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

 a { background-color: rgb(197,241,252); }

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

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

 span { border-color: rgb(197,241,252); }

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