#C8ECF2

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

Shades of Onahau #C8ECF2

Tints of Onahau #C8ECF2

Color information

#C8ECF2 (or 0xC8ECF2) is unknown color: approx Onahau. HEX triplet: C8, EC and F2. RGB value is (200,236,242). Sum of RGB (Red+Green+Blue) = 200+236+242=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 236 (92.58% from 255 or 34.81% 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 #C8ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECF2 is #37130D. Grayscale: #E1E1E1. Windows color (decimal): -3609358 or 15920328. OLE color: 15920328.

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

Color convert

RGB200236242-
CMYK0.170.0200.05
HSL188.57º61.76%86.67%-
HSV(B)188.57º17.36%94.9%-
XYZ69.8478.6895.51-
YUV225.92137.07109.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.50%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=29.50%
G=34.81%
B=35.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002362420.170.0200.05188.5761.7686.67
HexC8ECF211205bd3e57
Octal3103543622120527576127
Binary11001000111011001111001010001100101101111011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ECF2; }

 p { color: rgb(200,236,242); }

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

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

 a { background-color: rgb(200,236,242); }

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

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

 span { border-color: rgb(200,236,242); }

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