#C7EEF9

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

Shades of Onahau #C7EEF9

Tints of Onahau #C7EEF9

Color information

#C7EEF9 (or 0xC7EEF9) is unknown color: approx Onahau. HEX triplet: C7, EE and F9. RGB value is (199,238,249). Sum of RGB (Red+Green+Blue) = 199+238+249=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #C7EEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEF9 is #381106. Grayscale: #E3E3E3. Windows color (decimal): -3674375 or 16379591. OLE color: 16379591.

HSL color Cylindrical-coordinate representation of color #C7EEF9: hue angle of 193.2º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7EEF9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199238249-
CMYK0.200.0400.02
HSL193.2º80.65%87.84%-
HSV(B)193.2º20.08%97.65%-
XYZ71.2380.13101.34-
YUV227.59140.08107.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.01%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=29.01%
G=34.69%
B=36.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992382490.200.0400.02193.280.6587.84
HexC7EEF914402c15158
Octal30735637124402301121130
Binary110001111110111011111001101001000101100000110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EEF9; }

 p { color: rgb(199,238,249); }

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

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

 a { background-color: rgb(199,238,249); }

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

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

 span { border-color: rgb(199,238,249); }

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