#C7F7FF

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

Shades of Onahau #C7F7FF

Tints of Onahau #C7F7FF

Color information

#C7F7FF (or 0xC7F7FF) is unknown color: approx Onahau. HEX triplet: C7, F7 and FF. RGB value is (199,247,255). Sum of RGB (Red+Green+Blue) = 199+247+255=701 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.39% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F7FF is #380800. Grayscale: #E9E9E9. Windows color (decimal): -3672065 or 16775111. OLE color: 16775111.

HSL color Cylindrical-coordinate representation of color #C7F7FF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7F7FF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199247255-
CMYK0.220.0300
HSL188.57º100%89.02%-
HSV(B)188.57º21.96%100%-
XYZ74.8685.88107.24-
YUV233.56140.1103.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.39%
GREEN value IS 247 (96.88% from 255) = 35.24%
BLUE value IS 255 (100% from 255) = 36.38%
R=28.39%
G=35.24%
B=36.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992472550.220.0300188.5710089.02
HexC7F7FF16300bd6459
Octal30736737726300275144131
Binary1100011111110111111111111011011001011110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F7FF; }

 p { color: rgb(199,247,255); }

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

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

 a { background-color: rgb(199,247,255); }

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

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

 span { border-color: rgb(199,247,255); }

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