Html Css Color HEX #C8EAED Onahau

📋 copy color: '#C8EAED'

red 200 ◦ green 234 ◦ blue 237

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

Shades of Onahau #C8EAED

Tints of Onahau #C8EAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

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

R = 29.81%
G = 34.87%
B = 35.32%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8EAED (or 0xC8EAED) is known color: Onahau. HEX triplet: C8, EA and ED. RGB value is (200,234,237). Sum of RGB (Red+Green+Blue) = 200+234+237=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EAED is #371512. Grayscale: #E0E0E0. Windows color (decimal): -3609875 or 15592136. OLE color: 15592136.

HSL color Cylindrical-coordinate representation of color #C8EAED: hue angle of 184.86º 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 #C8EAED is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 234 237 -
CMYK 0.16 0.01 0 0.07
HSL 184.86º 0.51% 0.86% -
HSV(B) 184.86º 0.16% 0.93% -
XYZ 68.53 77.24 91.42 -
YUV 224.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 200 234 237 0.16 0.01 0 0.07 184.86 0.51 0.86
Hex C8 EA ED 10 1 0 7 B9 33 56
Octal 310 352 355 20 1 0 7 271 63 126
Binary 11001000 11101010 11101101 10000 1 0 111 10111001 110011 1010110

Color Harmonies of #C8EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EAED

Black with #C8EAED

Text Example


Text Example

White with #C8EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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