Html Css Color HEX #70CBF7 Maya Blue

📋 copy color: '#70CBF7'

red 112 ◦ green 203 ◦ blue 247

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

Shades of Maya Blue #70CBF7

Tints of Maya Blue #70CBF7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 247 (96.88% from 255) = 43.95%

R = 19.93%
G = 36.12%
B = 43.95%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70CBF7 (or 0x70CBF7) is known color: Maya Blue. HEX triplet: 70, CB and F7. RGB value is (112,203,247). Sum of RGB (Red+Green+Blue) = 112+203+247=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #70CBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBF7 is #8F3408. Grayscale: #B4B4B4. Windows color (decimal): -9384969 or 16239472. OLE color: 16239472.

HSL color Cylindrical-coordinate representation of color #70CBF7: hue angle of 199.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CBF7 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 203 247 -
CMYK 0.55 0.18 0 0.03
HSL 199.56º 0.89% 0.7% -
HSV(B) 199.56º 0.55% 0.97% -
XYZ 44.83 52.87 95.84 -
YUV 180.81 165.35 78.92 -
System Red Green Blue C M Y K H S L
Decimal 112 203 247 0.55 0.18 0 0.03 199.56 0.89 0.7
Hex 70 CB F7 37 12 0 3 C8 59 46
Octal 160 313 367 67 22 0 3 310 131 106
Binary 1110000 11001011 11110111 110111 10010 0 11 11001000 1011001 1000110

Color Harmonies of #70CBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBF7

Black with #70CBF7

Text Example


Text Example

White with #70CBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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