Html Css Color HEX #70CBF4 Maya Blue

📋 copy color: '#70CBF4'

red 112 ◦ green 203 ◦ blue 244

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

Shades of Maya Blue #70CBF4

Tints of Maya Blue #70CBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.65%

R = 20.04%
G = 36.31%
B = 43.65%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#70CBF4 (or 0x70CBF4) is known color: Maya Blue. HEX triplet: 70, CB and F4. RGB value is (112,203,244). Sum of RGB (Red+Green+Blue) = 112+203+244=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #70CBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBF4 is #8F340B. Grayscale: #B4B4B4. Windows color (decimal): -9384972 or 16042864. OLE color: 16042864.

HSL color Cylindrical-coordinate representation of color #70CBF4: hue angle of 198.64º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CBF4 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 203 244 -
CMYK 0.54 0.17 0 0.04
HSL 198.64º 0.86% 0.7% -
HSV(B) 198.64º 0.54% 0.96% -
XYZ 44.37 52.69 93.42 -
YUV 180.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 112 203 244 0.54 0.17 0 0.04 198.64 0.86 0.7
Hex 70 CB F4 36 11 0 4 C7 56 46
Octal 160 313 364 66 21 0 4 307 126 106
Binary 1110000 11001011 11110100 110110 10001 0 100 11000111 1010110 1000110

Color Harmonies of #70CBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBF4

Black with #70CBF4

Text Example


Text Example

White with #70CBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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