Html Css Color HEX #70CCF9 Maya Blue

📋 copy color: '#70CCF9'

red 112 ◦ green 204 ◦ blue 249

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

Shades of Maya Blue #70CCF9

Tints of Maya Blue #70CCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 19.82%
G = 36.11%
B = 44.07%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70CCF9 (or 0x70CCF9) is known color: Maya Blue. HEX triplet: 70, CC and F9. RGB value is (112,204,249). Sum of RGB (Red+Green+Blue) = 112+204+249=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCF9 is #8F3306. Grayscale: #B5B5B5. Windows color (decimal): -9384711 or 16370800. OLE color: 16370800.

HSL color Cylindrical-coordinate representation of color #70CCF9: hue angle of 199.71º degrees, saturation: 0.92, 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 #70CCF9 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 204 249 -
CMYK 0.55 0.18 0 0.02
HSL 199.71º 0.92% 0.71% -
HSV(B) 199.71º 0.55% 0.98% -
XYZ 45.37 53.47 97.55 -
YUV 181.62 166.02 78.34 -
System Red Green Blue C M Y K H S L
Decimal 112 204 249 0.55 0.18 0 0.02 199.71 0.92 0.71
Hex 70 CC F9 37 12 0 2 C8 5C 47
Octal 160 314 371 67 22 0 2 310 134 107
Binary 1110000 11001100 11111001 110111 10010 0 10 11001000 1011100 1000111

Color Harmonies of #70CCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCF9

Black with #70CCF9

Text Example


Text Example

White with #70CCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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