#70CDFF

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

Shades of Maya Blue #70CDFF

Tints of Maya Blue #70CDFF

Color information

#70CDFF (or 0x70CDFF) is unknown color: approx Maya Blue. HEX triplet: 70, CD and FF. RGB value is (112,205,255). Sum of RGB (Red+Green+Blue) = 112+205+255=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #70CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDFF is #8F3200. Grayscale: #B6B6B6. Windows color (decimal): -9384449 or 16764272. OLE color: 16764272.

HSL color Cylindrical-coordinate representation of color #70CDFF: hue angle of 200.98º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CDFF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112205255-
CMYK0.560.2000
HSL200.98º100%71.96%-
HSV(B)200.98º56.08%100%-
XYZ46.5654.33102.64-
YUV182.89168.6977.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.58%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 255 (100% from 255) = 44.58%
R=19.58%
G=35.84%
B=44.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122052550.560.2000200.9810071.96
Hex70CDFF381400c96448
Octal160315377702400311144110
Binary1110000110011011111111111100010100001100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,255); }

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

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

 a { background-color: rgb(112,205,255); }

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

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

 span { border-color: rgb(112,205,255); }

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