#C5F3FE

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

Shades of Onahau #C5F3FE

Tints of Onahau #C5F3FE

Color information

#C5F3FE (or 0xC5F3FE) is unknown color: approx Onahau. HEX triplet: C5, F3 and FE. RGB value is (197,243,254). Sum of RGB (Red+Green+Blue) = 197+243+254=694 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.39% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F3FE is #3A0C01. Grayscale: #E6E6E6. Windows color (decimal): -3804162 or 16708549. OLE color: 16708549.

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

Color convert

RGB197243254-
CMYK0.220.0400.00
HSL191.58º96.61%88.43%-
HSV(B)191.58º22.44%99.61%-
XYZ72.9783.13105.97-
YUV230.5141.26104.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.39%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=28.39%
G=35.01%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972432540.220.0400.00191.5896.6188.43
HexC5F3FE16400c06158
Octal30536337626400300141130
Binary11000101111100111111111010110100001100000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F3FE; }

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

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

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

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

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

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

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

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