#C8E3EB

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

Shades of Onahau #C8E3EB

Tints of Onahau #C8E3EB

Color information

#C8E3EB (or 0xC8E3EB) is unknown color: approx Onahau. HEX triplet: C8, E3 and EB. RGB value is (200,227,235). Sum of RGB (Red+Green+Blue) = 200+227+235=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E3EB is #371C14. Grayscale: #DBDBDB. Windows color (decimal): -3611669 or 15459272. OLE color: 15459272.

HSL color Cylindrical-coordinate representation of color #C8E3EB: hue angle of 193.71º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8E3EB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200227235-
CMYK0.150.0300.08
HSL193.71º46.67%85.29%-
HSV(B)193.71º14.89%92.16%-
XYZ66.2873.2289.24-
YUV219.84136.55113.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.21%
GREEN value IS 227 (89.06% from 255) = 34.29%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=30.21%
G=34.29%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002272350.150.0300.08193.7146.6785.29
HexC8E3EBF308c22f55
Octal31034335317301030257125
Binary11001000111000111110101111111101000110000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E3EB; }

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

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

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

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

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

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

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

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