Html Css Color HEX #6DD2FD Maya Blue

📋 copy color: '#6DD2FD'

red 109 ◦ green 210 ◦ blue 253

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

Shades of Maya Blue #6DD2FD

Tints of Maya Blue #6DD2FD

RGB

 RED value IS 109 (42.97% from 255) = 19.06%

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

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

R = 19.06%
G = 36.71%
B = 44.23%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DD2FD (or 0x6DD2FD) is known color: Maya Blue. HEX triplet: 6D, D2 and FD. RGB value is (109,210,253). Sum of RGB (Red+Green+Blue) = 109+210+253=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DD2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD2FD is #922D02. Grayscale: #B8B8B8. Windows color (decimal): -9579779 or 16634477. OLE color: 16634477.

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

Color convert

RGB 109 210 253 -
CMYK 0.57 0.17 0 0.01
HSL 197.92º 0.97% 0.71% -
HSV(B) 197.92º 0.57% 0.99% -
XYZ 47.08 56.44 101.34 -
YUV 184.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 109 210 253 0.57 0.17 0 0.01 197.92 0.97 0.71
Hex 6D D2 FD 39 11 0 1 C6 61 47
Octal 155 322 375 71 21 0 1 306 141 107
Binary 1101101 11010010 11111101 111001 10001 0 1 11000110 1100001 1000111

Color Harmonies of #6DD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD2FD

Black with #6DD2FD

Text Example


Text Example

White with #6DD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,210,253); }

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

background-color css

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

 a { background-color: rgb(109,210,253); }

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

border-color css

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

 span { border-color: rgb(109,210,253); }

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