Html Css Color HEX #70CCFF Maya Blue

📋 copy color: '#70CCFF'

red 112 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #70CCFF

Tints of Maya Blue #70CCFF

RGB

 RED value IS 112 (44.14% from 255) = 19.61%

 GREEN value IS 204 (80.08% from 255) = 35.73%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 19.61%
G = 35.73%
B = 44.66%

CMYK

 C value IS 0.56

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70CCFF (or 0x70CCFF) is known color: Maya Blue. HEX triplet: 70, CC and FF. RGB value is (112,204,255). Sum of RGB (Red+Green+Blue) = 112+204+255=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #70CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCFF is #8F3300. Grayscale: #B6B6B6. Windows color (decimal): -9384705 or 16764016. OLE color: 16764016.

HSL color Cylindrical-coordinate representation of color #70CCFF: hue angle of 201.4º 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 #70CCFF is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 204 255 -
CMYK 0.56 0.2 0 0
HSL 201.4º 1% 0.72% -
HSV(B) 201.4º 0.56% 1% -
XYZ 46.32 53.85 102.56 -
YUV 182.31 169.02 77.85 -
System Red Green Blue C M Y K H S L
Decimal 112 204 255 0.56 0.2 0 0 201.4 1 0.72
Hex 70 CC FF 38 14 0 0 C9 64 48
Octal 160 314 377 70 24 0 0 311 144 110
Binary 1110000 11001100 11111111 111000 10100 0 0 11001001 1100100 1001000

Color Harmonies of #70CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCFF

Black with #70CCFF

Text Example


Text Example

White with #70CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70CCFF;
 }
 .AnyTagClassName
 {
   color: #70CCFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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