Html Css Color HEX #C6EAED Onahau

📋 copy color: '#C6EAED'

red 198 ◦ green 234 ◦ blue 237

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

Shades of Onahau #C6EAED

Tints of Onahau #C6EAED

RGB

 RED value IS 198 (77.73% from 255) = 29.6%

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

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

R = 29.6%
G = 34.98%
B = 35.43%

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

#C6EAED (or 0xC6EAED) is known color: Onahau. HEX triplet: C6, EA and ED. RGB value is (198,234,237). Sum of RGB (Red+Green+Blue) = 198+234+237=669 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.60% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EAED is #391512. Grayscale: #DFDFDF. Windows color (decimal): -3740947 or 15592134. OLE color: 15592134.

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

Color convert

RGB 198 234 237 -
CMYK 0.16 0.01 0 0.07
HSL 184.62º 0.52% 0.85% -
HSV(B) 184.62º 0.16% 0.93% -
XYZ 68 76.97 91.39 -
YUV 223.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 198 234 237 0.16 0.01 0 0.07 184.62 0.52 0.85
Hex C6 EA ED 10 1 0 7 B9 34 55
Octal 306 352 355 20 1 0 7 271 64 125
Binary 11000110 11101010 11101101 10000 1 0 111 10111001 110100 1010101

Color Harmonies of #C6EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EAED

Black with #C6EAED

Text Example


Text Example

White with #C6EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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