#C7EEFA

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

Shades of Onahau #C7EEFA

Tints of Onahau #C7EEFA

Color information

#C7EEFA (or 0xC7EEFA) is unknown color: approx Onahau. HEX triplet: C7, EE and FA. RGB value is (199,238,250). Sum of RGB (Red+Green+Blue) = 199+238+250=687 (90% of max value = 765). Red value is 199 (78.12% from 255 or 28.97% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEFA is #381105. Grayscale: #E3E3E3. Windows color (decimal): -3674374 or 16445127. OLE color: 16445127.

HSL color Cylindrical-coordinate representation of color #C7EEFA: hue angle of 194.12º degrees, saturation: 0.84, 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 #C7EEFA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199238250-
CMYK0.200.0500.02
HSL194.12º83.61%88.04%-
HSV(B)194.12º20.4%98.04%-
XYZ71.3880.19102.16-
YUV227.71140.58107.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.97%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=28.97%
G=34.64%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992382500.200.0500.02194.1283.6188.04
HexC7EEFA14502c25458
Octal30735637224502302124130
Binary110001111110111011111010101001010101100001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EEFA; }

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

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

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

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

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

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

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

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