Html Css Color HEX #C7EAED Onahau

📋 copy color: '#C7EAED'

red 199 ◦ green 234 ◦ blue 237

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

Shades of Onahau #C7EAED

Tints of Onahau #C7EAED

RGB

 RED value IS 199 (78.13% from 255) = 29.7%

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

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

R = 29.7%
G = 34.93%
B = 35.37%

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

#C7EAED (or 0xC7EAED) is known color: Onahau. HEX triplet: C7, EA and ED. RGB value is (199,234,237). Sum of RGB (Red+Green+Blue) = 199+234+237=670 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.70% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EAED is #381512. Grayscale: #DFDFDF. Windows color (decimal): -3675411 or 15592135. OLE color: 15592135.

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

Color convert

RGB 199 234 237 -
CMYK 0.16 0.01 0 0.07
HSL 184.74º 0.51% 0.85% -
HSV(B) 184.74º 0.16% 0.93% -
XYZ 68.26 77.1 91.41 -
YUV 223.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 199 234 237 0.16 0.01 0 0.07 184.74 0.51 0.85
Hex C7 EA ED 10 1 0 7 B9 33 55
Octal 307 352 355 20 1 0 7 271 63 125
Binary 11000111 11101010 11101101 10000 1 0 111 10111001 110011 1010101

Color Harmonies of #C7EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EAED

Black with #C7EAED

Text Example


Text Example

White with #C7EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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