Html Css Color HEX #70CBFC Maya Blue

📋 copy color: '#70CBFC'

red 112 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #70CBFC

Tints of Maya Blue #70CBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 19.75%
G = 35.8%
B = 44.44%

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

#70CBFC (or 0x70CBFC) is known color: Maya Blue. HEX triplet: 70, CB and FC. RGB value is (112,203,252). Sum of RGB (Red+Green+Blue) = 112+203+252=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #70CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBFC is #8F3403. Grayscale: #B5B5B5. Windows color (decimal): -9384964 or 16567152. OLE color: 16567152.

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

Color convert

RGB 112 203 252 -
CMYK 0.56 0.19 0 0.01
HSL 201º 0.96% 0.71% -
HSV(B) 201º 0.56% 0.99% -
XYZ 45.61 53.18 99.96 -
YUV 181.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 112 203 252 0.56 0.19 0 0.01 201 0.96 0.71
Hex 70 CB FC 38 13 0 1 C9 60 47
Octal 160 313 374 70 23 0 1 311 140 107
Binary 1110000 11001011 11111100 111000 10011 0 1 11001001 1100000 1000111

Color Harmonies of #70CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBFC

Black with #70CBFC

Text Example


Text Example

White with #70CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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