Html Css Color HEX #70CFF9 Maya Blue

📋 copy color: '#70CFF9'

red 112 ◦ green 207 ◦ blue 249

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

Shades of Maya Blue #70CFF9

Tints of Maya Blue #70CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.44%

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

R = 19.72%
G = 36.44%
B = 43.84%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70CFF9 (or 0x70CFF9) is known color: Maya Blue. HEX triplet: 70, CF and F9. RGB value is (112,207,249). Sum of RGB (Red+Green+Blue) = 112+207+249=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFF9 is #8F3006. Grayscale: #B7B7B7. Windows color (decimal): -9383943 or 16371568. OLE color: 16371568.

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

Color convert

RGB 112 207 249 -
CMYK 0.55 0.17 0 0.02
HSL 198.39º 0.92% 0.71% -
HSV(B) 198.39º 0.55% 0.98% -
XYZ 46.09 54.91 97.79 -
YUV 183.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 112 207 249 0.55 0.17 0 0.02 198.39 0.92 0.71
Hex 70 CF F9 37 11 0 2 C6 5C 47
Octal 160 317 371 67 21 0 2 306 134 107
Binary 1110000 11001111 11111001 110111 10001 0 10 11000110 1011100 1000111

Color Harmonies of #70CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFF9

Black with #70CFF9

Text Example


Text Example

White with #70CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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