Html Css Color HEX #70CDFF Maya Blue

📋 copy color: '#70CDFF'

red 112 ◦ green 205 ◦ blue 255

#70CDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #70CDFF

Tints of Maya Blue #70CDFF

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 value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70CDFF (or 0x70CDFF) is known color: 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

RGB 112 205 255 -
CMYK 0.56 0.20 0 0
HSL 200.98º 1% 0.72% -
HSV(B) 200.98º 0.56% 1% -
XYZ 46.56 54.33 102.64 -
YUV 182.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 112 205 255 0.56 0.20 0 0 200.98 1 0.72
Hex 70 CD FF 38 14 0 0 C9 64 48
Octal 160 315 377 70 24 0 0 311 144 110
Binary 1110000 11001101 11111111 111000 10100 0 0 11001001 1100100 1001000

Color Harmonies of #70CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CDFF

Black with #70CDFF

Text Example


Text Example

White with #70CDFF

Text Example


Text Example

HTML Codes & Css Web 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>