#C5F1FE

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

Shades of Onahau #C5F1FE

Tints of Onahau #C5F1FE

Color information

#C5F1FE (or 0xC5F1FE) is unknown color: approx Onahau. HEX triplet: C5, F1 and FE. RGB value is (197,241,254). Sum of RGB (Red+Green+Blue) = 197+241+254=692 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.47% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1FE is #3A0E01. Grayscale: #E5E5E5. Windows color (decimal): -3804674 or 16708037. OLE color: 16708037.

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

Color convert

RGB197241254-
CMYK0.220.0500.00
HSL193.68º96.61%88.43%-
HSV(B)193.68º22.44%99.61%-
XYZ72.3781.94105.77-
YUV229.33141.92104.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.47%
GREEN value IS 241 (94.53% from 255) = 34.83%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=28.47%
G=34.83%
B=36.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972412540.220.0500.00193.6896.6188.43
HexC5F1FE16500c26158
Octal30536137626500302141130
Binary11000101111100011111111010110101001100001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1FE; }

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

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

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

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

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

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

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

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