#C7F0FD

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

Shades of Onahau #C7F0FD

Tints of Onahau #C7F0FD

Color information

#C7F0FD (or 0xC7F0FD) is unknown color: approx Onahau. HEX triplet: C7, F0 and FD. RGB value is (199,240,253). Sum of RGB (Red+Green+Blue) = 199+240+253=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0FD is #380F02. Grayscale: #E5E5E5. Windows color (decimal): -3673859 or 16642247. OLE color: 16642247.

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

Color convert

RGB199240253-
CMYK0.210.0500.01
HSL194.44º93.1%88.63%-
HSV(B)194.44º21.34%99.22%-
XYZ72.4481.55104.85-
YUV229.22141.42106.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.76%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=28.76%
G=34.68%
B=36.56%

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
Decimal1992402530.210.0500.01194.4493.188.63
HexC7F0FD15501c25d59
Octal30736037525501302135131
Binary11000111111100001111110110101101011100001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F0FD; }

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

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

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

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

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

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

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

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