#C7F8FE

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

Shades of Onahau #C7F8FE

Tints of Onahau #C7F8FE

Color information

#C7F8FE (or 0xC7F8FE) is unknown color: approx Onahau. HEX triplet: C7, F8 and FE. RGB value is (199,248,254). Sum of RGB (Red+Green+Blue) = 199+248+254=701 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.39% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F8FE is #380701. Grayscale: #E9E9E9. Windows color (decimal): -3671810 or 16709831. OLE color: 16709831.

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

Color convert

RGB199248254-
CMYK0.220.0200.00
HSL186.55º96.49%88.82%-
HSV(B)186.55º21.65%99.61%-
XYZ75.0186.43106.5-
YUV234.03139.27103.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.39%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=28.39%
G=35.38%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992482540.220.0200.00186.5596.4988.82
HexC7F8FE16200bb6059
Octal30737037626200273140131
Binary1100011111111000111111101011010001011101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F8FE; }

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

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

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

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

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

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

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

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