#70CCFB

Color #70CCFB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #70CCFB

Tints of Maya Blue #70CCFB

Color information

#70CCFB (or 0x70CCFB) is unknown color: approx Maya Blue. HEX triplet: 70, CC and FB. RGB value is (112,204,251). Sum of RGB (Red+Green+Blue) = 112+204+251=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #70CCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCFB is #8F3304. Grayscale: #B5B5B5. Windows color (decimal): -9384709 or 16501872. OLE color: 16501872.

HSL color Cylindrical-coordinate representation of color #70CCFB: hue angle of 200.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CCFB is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112204251-
CMYK0.550.1900.02
HSL200.29º94.56%71.18%-
HSV(B)200.29º55.38%98.43%-
XYZ45.6953.699.2-
YUV181.85167.0278.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.75%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=19.75%
G=35.98%
B=44.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122042510.550.1900.02200.2994.5671.18
Hex70CCFB371302c85f47
Octal160314373672302310137107
Binary11100001100110011111011110111100110101100100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70CCFB; }

 p { color: rgb(112,204,251); }

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

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

 a { background-color: rgb(112,204,251); }

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

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

 span { border-color: rgb(112,204,251); }

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