#C5EFF2

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

Shades of Onahau #C5EFF2

Tints of Onahau #C5EFF2

Color information

#C5EFF2 (or 0xC5EFF2) is unknown color: approx Onahau. HEX triplet: C5, EF and F2. RGB value is (197,239,242). Sum of RGB (Red+Green+Blue) = 197+239+242=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFF2 is #3A100D. Grayscale: #E2E2E2. Windows color (decimal): -3805198 or 15921093. OLE color: 15921093.

HSL color Cylindrical-coordinate representation of color #C5EFF2: hue angle of 184º degrees, saturation: 0.63, 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 #C5EFF2 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197239242-
CMYK0.190.0100.05
HSL184º63.38%86.08%-
HSV(B)184º18.6%94.9%-
XYZ69.9280.0195.76-
YUV226.78136.59106.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.06%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=29.06%
G=35.25%
B=35.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972392420.190.0100.0518463.3886.08
HexC5EFF213105b83f56
Octal3053573622310527077126
Binary1100010111101111111100101001110101101110001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFF2; }

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

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

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

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

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

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

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

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