Html Css Color HEX #6AD2FC Maya Blue

📋 copy color: '#6AD2FC'

red 106 ◦ green 210 ◦ blue 252

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

Shades of Maya Blue #6AD2FC

Tints of Maya Blue #6AD2FC

RGB

 RED value IS 106 (41.8% from 255) = 18.66%

 GREEN value IS 210 (82.42% from 255) = 36.97%

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

R = 18.66%
G = 36.97%
B = 44.37%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6AD2FC (or 0x6AD2FC) is known color: Maya Blue. HEX triplet: 6A, D2 and FC. RGB value is (106,210,252). Sum of RGB (Red+Green+Blue) = 106+210+252=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AD2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD2FC is #952D03. Grayscale: #B7B7B7. Windows color (decimal): -9776388 or 16568938. OLE color: 16568938.

HSL color Cylindrical-coordinate representation of color #6AD2FC: hue angle of 197.26º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD2FC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 210 252 -
CMYK 0.58 0.17 0 0.01
HSL 197.26º 0.96% 0.7% -
HSV(B) 197.26º 0.58% 0.99% -
XYZ 46.56 56.19 100.49 -
YUV 183.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 106 210 252 0.58 0.17 0 0.01 197.26 0.96 0.7
Hex 6A D2 FC 3A 11 0 1 C5 60 46
Octal 152 322 374 72 21 0 1 305 140 106
Binary 1101010 11010010 11111100 111010 10001 0 1 11000101 1100000 1000110

Color Harmonies of #6AD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD2FC

Black with #6AD2FC

Text Example


Text Example

White with #6AD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AD2FC; }

 p { color: rgb(106,210,252); }

 H1.HeaderClassName
 {
   color: #6AD2FC;
 }
 .AnyTagClassName
 {
   color: #6AD2FC;
 }
</style>

background-color css

<style>
 a { background-color: #6AD2FC; }

 a { background-color: rgb(106,210,252); }

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

border-color css

<style>
 span { border-color: #6AD2FC; }

 span { border-color: rgb(106,210,252); }

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