#C7F4FD

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

Shades of Onahau #C7F4FD

Tints of Onahau #C7F4FD

Color information

#C7F4FD (or 0xC7F4FD) is unknown color: approx Onahau. HEX triplet: C7, F4 and FD. RGB value is (199,244,253). Sum of RGB (Red+Green+Blue) = 199+244+253=696 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.59% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7F4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F4FD is #380B02. Grayscale: #E7E7E7. Windows color (decimal): -3672835 or 16643271. OLE color: 16643271.

HSL color Cylindrical-coordinate representation of color #C7F4FD: hue angle of 190º 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 #C7F4FD is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199244253-
CMYK0.210.0400.01
HSL190º93.1%88.63%-
HSV(B)190º21.34%99.22%-
XYZ73.6383.94105.25-
YUV231.57140.09104.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.59%
GREEN value IS 244 (95.70% from 255) = 35.06%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=28.59%
G=35.06%
B=36.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992442530.210.0400.0119093.188.63
HexC7F4FD15401be5d59
Octal30736437525401276135131
Binary11000111111101001111110110101100011011111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F4FD; }

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

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

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

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

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

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

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

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