#C5F1FF

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

Shades of Onahau #C5F1FF

Tints of Onahau #C5F1FF

Color information

#C5F1FF (or 0xC5F1FF) is unknown color: approx Onahau. HEX triplet: C5, F1 and FF. RGB value is (197,241,255). Sum of RGB (Red+Green+Blue) = 197+241+255=693 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.43% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5F1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1FF is #3A0E00. Grayscale: #E5E5E5. Windows color (decimal): -3804673 or 16773573. OLE color: 16773573.

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

Color convert

RGB197241255-
CMYK0.230.0500
HSL194.48º100%88.63%-
HSV(B)194.48º22.75%100%-
XYZ72.5382106.61-
YUV229.44142.42104.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.43%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 255 (100% from 255) = 36.80%
R=28.43%
G=34.78%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972412550.230.0500194.4810088.63
HexC5F1FF17500c26459
Octal30536137727500302144131
Binary11000101111100011111111110111101001100001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1FF; }

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

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

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

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

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

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

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

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