#C7EDFA

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

Shades of Onahau #C7EDFA

Tints of Onahau #C7EDFA

Color information

#C7EDFA (or 0xC7EDFA) is unknown color: approx Onahau. HEX triplet: C7, ED and FA. RGB value is (199,237,250). Sum of RGB (Red+Green+Blue) = 199+237+250=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EDFA is #381205. Grayscale: #E3E3E3. Windows color (decimal): -3674630 or 16444871. OLE color: 16444871.

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

Color convert

RGB199237250-
CMYK0.200.0500.02
HSL195.29º83.61%88.04%-
HSV(B)195.29º20.4%98.04%-
XYZ71.0979.61102.06-
YUV227.12140.91107.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.01%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=29.01%
G=34.55%
B=36.44%

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
Decimal1992372500.200.0500.02195.2983.6188.04
HexC7EDFA14502c35458
Octal30735537224502303124130
Binary110001111110110111111010101001010101100001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDFA; }

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

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

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

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

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

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

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

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