Html Css Color HEX #C6E2EB Onahau

📋 copy color: '#C6E2EB'

red 198 ◦ green 226 ◦ blue 235

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

Shades of Onahau #C6E2EB

Tints of Onahau #C6E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.29%

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 30.05%
G = 34.29%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6E2EB (or 0xC6E2EB) is known color: Onahau. HEX triplet: C6, E2 and EB. RGB value is (198,226,235). Sum of RGB (Red+Green+Blue) = 198+226+235=659 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.05% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E2EB is #391D14. Grayscale: #DADADA. Windows color (decimal): -3742997 or 15459014. OLE color: 15459014.

HSL color Cylindrical-coordinate representation of color #C6E2EB: hue angle of 194.59º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6E2EB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 226 235 -
CMYK 0.16 0.04 0 0.08
HSL 194.59º 0.48% 0.85% -
HSV(B) 194.59º 0.16% 0.92% -
XYZ 65.48 72.4 89.12 -
YUV 218.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 198 226 235 0.16 0.04 0 0.08 194.59 0.48 0.85
Hex C6 E2 EB 10 4 0 8 C3 30 55
Octal 306 342 353 20 4 0 10 303 60 125
Binary 11000110 11100010 11101011 10000 100 0 1000 11000011 110000 1010101

Color Harmonies of #C6E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E2EB

Black with #C6E2EB

Text Example


Text Example

White with #C6E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E2EB; }

 p { color: rgb(198,226,235); }

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

background-color css

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

 a { background-color: rgb(198,226,235); }

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

border-color css

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

 span { border-color: rgb(198,226,235); }

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