#C5EFF3

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

Shades of Onahau #C5EFF3

Tints of Onahau #C5EFF3

Color information

#C5EFF3 (or 0xC5EFF3) is unknown color: approx Onahau. HEX triplet: C5, EF and F3. RGB value is (197,239,243). Sum of RGB (Red+Green+Blue) = 197+239+243=679 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.01% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFF3 is #3A100C. Grayscale: #E2E2E2. Windows color (decimal): -3805197 or 15986629. OLE color: 15986629.

HSL color Cylindrical-coordinate representation of color #C5EFF3: hue angle of 185.22º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5EFF3 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197239243-
CMYK0.190.0200.05
HSL185.22º65.71%86.27%-
HSV(B)185.22º18.93%95.29%-
XYZ70.0780.0796.56-
YUV226.9137.09106.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.01%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=29.01%
G=35.20%
B=35.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972392430.190.0200.05185.2265.7186.27
HexC5EFF313205b94256
Octal30535736323205271102126
Binary110001011110111111110011100111001011011100110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFF3; }

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

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

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

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

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

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

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

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