#C8EBEF

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

Shades of Onahau #C8EBEF

Tints of Onahau #C8EBEF

Color information

#C8EBEF (or 0xC8EBEF) is unknown color: approx Onahau. HEX triplet: C8, EB and EF. RGB value is (200,235,239). Sum of RGB (Red+Green+Blue) = 200+235+239=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBEF is #371410. Grayscale: #E0E0E0. Windows color (decimal): -3609617 or 15723464. OLE color: 15723464.

HSL color Cylindrical-coordinate representation of color #C8EBEF: hue angle of 186.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EBEF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200235239-
CMYK0.160.0200.06
HSL186.15º54.93%86.08%-
HSV(B)186.15º16.32%93.73%-
XYZ69.1177.9393.06-
YUV224.99135.9110.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.67%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=29.67%
G=34.87%
B=35.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002352390.160.0200.06186.1554.9386.08
HexC8EBEF10206ba3756
Octal3103533572020627267126
Binary11001000111010111110111110000100110101110101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBEF; }

 p { color: rgb(200,235,239); }

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

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

 a { background-color: rgb(200,235,239); }

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

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

 span { border-color: rgb(200,235,239); }

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