#C8EEF3

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

Shades of Onahau #C8EEF3

Tints of Onahau #C8EEF3

Color information

#C8EEF3 (or 0xC8EEF3) is unknown color: approx Onahau. HEX triplet: C8, EE and F3. RGB value is (200,238,243). Sum of RGB (Red+Green+Blue) = 200+238+243=681 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.37% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEF3 is #37110C. Grayscale: #E3E3E3. Windows color (decimal): -3608845 or 15986376. OLE color: 15986376.

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

Color convert

RGB200238243-
CMYK0.180.0200.05
HSL186.98º64.18%86.86%-
HSV(B)186.98º17.7%95.29%-
XYZ70.5779.996.5-
YUV227.21136.91108.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.37%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=29.37%
G=34.95%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002382430.180.0200.05186.9864.1886.86
HexC8EEF312205bb4057
Octal31035636322205273100127
Binary110010001110111011110011100101001011011101110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EEF3; }

 p { color: rgb(200,238,243); }

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

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

 a { background-color: rgb(200,238,243); }

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

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

 span { border-color: rgb(200,238,243); }

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