#C7F0FC

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

Shades of Onahau #C7F0FC

Tints of Onahau #C7F0FC

Color information

#C7F0FC (or 0xC7F0FC) is unknown color: approx Onahau. HEX triplet: C7, F0 and FC. RGB value is (199,240,252). Sum of RGB (Red+Green+Blue) = 199+240+252=691 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.80% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0FC is #380F03. Grayscale: #E5E5E5. Windows color (decimal): -3673860 or 16576711. OLE color: 16576711.

HSL color Cylindrical-coordinate representation of color #C7F0FC: hue angle of 193.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7F0FC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199240252-
CMYK0.210.0500.01
HSL193.58º89.83%88.43%-
HSV(B)193.58º21.03%98.82%-
XYZ72.2881.49104.01-
YUV229.11140.92106.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.80%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=28.80%
G=34.73%
B=36.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992402520.210.0500.01193.5889.8388.43
HexC7F0FC15501c25a58
Octal30736037425501302132130
Binary11000111111100001111110010101101011100001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F0FC; }

 p { color: rgb(199,240,252); }

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

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

 a { background-color: rgb(199,240,252); }

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

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

 span { border-color: rgb(199,240,252); }

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