Html Css Color HEX #C8E6ED Onahau

📋 copy color: '#C8E6ED'

red 200 ◦ green 230 ◦ blue 237

#C8E6ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C8E6ED

Tints of Onahau #C8E6ED

RGB

 RED value IS 200 (78.52% from 255) = 29.99%

 GREEN value IS 230 (90.23% from 255) = 34.48%

 BLUE value IS 237 (92.97% from 255) = 35.53%

R = 29.99%
G = 34.48%
B = 35.53%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8E6ED (or 0xC8E6ED) is known color: Onahau. HEX triplet: C8, E6 and ED. RGB value is (200,230,237). Sum of RGB (Red+Green+Blue) = 200+230+237=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E6ED is #371912. Grayscale: #DDDDDD. Windows color (decimal): -3610899 or 15591112. OLE color: 15591112.

HSL color Cylindrical-coordinate representation of color #C8E6ED: hue angle of 191.35º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E6ED is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 230 237 -
CMYK 0.16 0.03 0 0.07
HSL 191.35º 0.51% 0.86% -
HSV(B) 191.35º 0.16% 0.93% -
XYZ 67.4 74.99 91.04 -
YUV 221.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 200 230 237 0.16 0.03 0 0.07 191.35 0.51 0.86
Hex C8 E6 ED 10 3 0 7 BF 33 56
Octal 310 346 355 20 3 0 7 277 63 126
Binary 11001000 11100110 11101101 10000 11 0 111 10111111 110011 1010110

Color Harmonies of #C8E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E6ED

Black with #C8E6ED

Text Example


Text Example

White with #C8E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E6ED; }

 p { color: rgb(200,230,237); }

 H1.HeaderClassName
 {
   color: #C8E6ED;
 }
 .AnyTagClassName
 {
   color: #C8E6ED;
 }
</style>

background-color css

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

 a { background-color: rgb(200,230,237); }

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

border-color css

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

 span { border-color: rgb(200,230,237); }

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