#C7F3FC

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

Shades of Onahau #C7F3FC

Tints of Onahau #C7F3FC

Color information

#C7F3FC (or 0xC7F3FC) is unknown color: approx Onahau. HEX triplet: C7, F3 and FC. RGB value is (199,243,252). Sum of RGB (Red+Green+Blue) = 199+243+252=694 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.67% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3FC is #380C03. Grayscale: #E6E6E6. Windows color (decimal): -3673092 or 16577479. OLE color: 16577479.

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

Color convert

RGB199243252-
CMYK0.210.0400.01
HSL190.19º89.83%88.43%-
HSV(B)190.19º21.03%98.82%-
XYZ73.1783.27104.31-
YUV230.87139.92105.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.67%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=28.67%
G=35.01%
B=36.31%

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
Decimal1992432520.210.0400.01190.1989.8388.43
HexC7F3FC15401be5a58
Octal30736337425401276132130
Binary11000111111100111111110010101100011011111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F3FC; }

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

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

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

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

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

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

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

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