#C5EFFE

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

Shades of Onahau #C5EFFE

Tints of Onahau #C5EFFE

Color information

#C5EFFE (or 0xC5EFFE) is unknown color: approx Onahau. HEX triplet: C5, EF and FE. RGB value is (197,239,254). Sum of RGB (Red+Green+Blue) = 197+239+254=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFFE is #3A1001. Grayscale: #E4E4E4. Windows color (decimal): -3805186 or 16707525. OLE color: 16707525.

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

Color convert

RGB197239254-
CMYK0.220.0600.00
HSL195.79º96.61%88.43%-
HSV(B)195.79º22.44%99.61%-
XYZ71.7880.76105.57-
YUV228.15142.59105.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.55%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=28.55%
G=34.64%
B=36.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972392540.220.0600.00195.7996.6188.43
HexC5EFFE16600c46158
Octal30535737626600304141130
Binary11000101111011111111111010110110001100010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFFE; }

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

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

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

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

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

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

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

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