#C7F7FE

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

Shades of Onahau #C7F7FE

Tints of Onahau #C7F7FE

Color information

#C7F7FE (or 0xC7F7FE) is unknown color: approx Onahau. HEX triplet: C7, F7 and FE. RGB value is (199,247,254). Sum of RGB (Red+Green+Blue) = 199+247+254=700 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.43% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F7FE is #380801. Grayscale: #E9E9E9. Windows color (decimal): -3672066 or 16709575. OLE color: 16709575.

HSL color Cylindrical-coordinate representation of color #C7F7FE: hue angle of 187.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F7FE is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199247254-
CMYK0.220.0300.00
HSL187.64º96.49%88.82%-
HSV(B)187.64º21.65%99.61%-
XYZ74.785.82106.39-
YUV233.45139.6103.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.43%
GREEN value IS 247 (96.88% from 255) = 35.29%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=28.43%
G=35.29%
B=36.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992472540.220.0300.00187.6496.4988.82
HexC7F7FE16300bc6059
Octal30736737626300274140131
Binary1100011111110111111111101011011001011110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F7FE; }

 p { color: rgb(199,247,254); }

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

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

 a { background-color: rgb(199,247,254); }

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

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

 span { border-color: rgb(199,247,254); }

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