#C6E3EE

Color #C6E3EE Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C6E3EE

Tints of Onahau #C6E3EE

Color information

#C6E3EE (or 0xC6E3EE) is unknown color: approx Onahau. HEX triplet: C6, E3 and EE. RGB value is (198,227,238). Sum of RGB (Red+Green+Blue) = 198+227+238=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E3EE is #391C11. Grayscale: #DBDBDB. Windows color (decimal): -3742738 or 15655878. OLE color: 15655878.

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

Color convert

RGB198227238-
CMYK0.170.0500.07
HSL196.5º54.05%85.49%-
HSV(B)196.5º16.81%93.33%-
XYZ66.1973.1291.51-
YUV219.58138.39112.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.86%
GREEN value IS 227 (89.06% from 255) = 34.24%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=29.86%
G=34.24%
B=35.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982272380.170.0500.07196.554.0585.49
HexC6E3EE11507c43655
Octal3063433562150730466125
Binary110001101110001111101110100011010111110001001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E3EE; }

 p { color: rgb(198,227,238); }

 H1.HeaderClassName
 {
   color: #C6E3EE;
 }
 .AnyTagClassName
 {
   color: #C6E3EE;
 }
</style>
background-color css

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

 a { background-color: rgb(198,227,238); }

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

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

 span { border-color: rgb(198,227,238); }

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