Html Css Color HEX #70CBF9 Maya Blue

📋 copy color: '#70CBF9'

red 112 ◦ green 203 ◦ blue 249

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

Shades of Maya Blue #70CBF9

Tints of Maya Blue #70CBF9

RGB

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

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

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

R = 19.86%
G = 35.99%
B = 44.15%

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

#70CBF9 (or 0x70CBF9) is known color: Maya Blue. HEX triplet: 70, CB and F9. RGB value is (112,203,249). Sum of RGB (Red+Green+Blue) = 112+203+249=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBF9 is #8F3406. Grayscale: #B4B4B4. Windows color (decimal): -9384967 or 16370544. OLE color: 16370544.

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

Color convert

RGB 112 203 249 -
CMYK 0.55 0.18 0 0.02
HSL 200.15º 0.92% 0.71% -
HSV(B) 200.15º 0.55% 0.98% -
XYZ 45.14 53 97.47 -
YUV 181.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 112 203 249 0.55 0.18 0 0.02 200.15 0.92 0.71
Hex 70 CB F9 37 12 0 2 C8 5C 47
Octal 160 313 371 67 22 0 2 310 134 107
Binary 1110000 11001011 11111001 110111 10010 0 10 11001000 1011100 1000111

Color Harmonies of #70CBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBF9

Black with #70CBF9

Text Example


Text Example

White with #70CBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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