Html Css Color HEX #70CCFD Maya Blue

📋 copy color: '#70CCFD'

red 112 ◦ green 204 ◦ blue 253

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

Shades of Maya Blue #70CCFD

Tints of Maya Blue #70CCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 19.68%
G = 35.85%
B = 44.46%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70CCFD (or 0x70CCFD) is known color: Maya Blue. HEX triplet: 70, CC and FD. RGB value is (112,204,253). Sum of RGB (Red+Green+Blue) = 112+204+253=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #70CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCFD is #8F3302. Grayscale: #B5B5B5. Windows color (decimal): -9384707 or 16632944. OLE color: 16632944.

HSL color Cylindrical-coordinate representation of color #70CCFD: hue angle of 200.85º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CCFD is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 204 253 -
CMYK 0.56 0.19 0 0.01
HSL 200.85º 0.97% 0.72% -
HSV(B) 200.85º 0.56% 0.99% -
XYZ 46 53.72 100.87 -
YUV 182.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 112 204 253 0.56 0.19 0 0.01 200.85 0.97 0.72
Hex 70 CC FD 38 13 0 1 C9 61 48
Octal 160 314 375 70 23 0 1 311 141 110
Binary 1110000 11001100 11111101 111000 10011 0 1 11001001 1100001 1001000

Color Harmonies of #70CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCFD

Black with #70CCFD

Text Example


Text Example

White with #70CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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