#70CBF3

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

Shades of Maya Blue #70CBF3

Tints of Maya Blue #70CBF3

Color information

#70CBF3 (or 0x70CBF3) is unknown color: approx Maya Blue. HEX triplet: 70, CB and F3. RGB value is (112,203,243). Sum of RGB (Red+Green+Blue) = 112+203+243=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #70CBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBF3 is #8F340C. Grayscale: #B4B4B4. Windows color (decimal): -9384973 or 15977328. OLE color: 15977328.

HSL color Cylindrical-coordinate representation of color #70CBF3: hue angle of 198.32º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CBF3 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112203243-
CMYK0.540.1600.05
HSL198.32º84.52%69.61%-
HSV(B)198.32º53.91%95.29%-
XYZ44.2252.6392.62-
YUV180.35163.3579.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.07%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=20.07%
G=36.38%
B=43.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122032430.540.1600.05198.3284.5269.61
Hex70CBF3361005c65546
Octal160313363662005306125106
Binary111000011001011111100111101101000001011100011010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,243); }

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

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

 a { background-color: rgb(112,203,243); }

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

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

 span { border-color: rgb(112,203,243); }

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