Html Css Color HEX #6FCDFA Maya Blue

📋 copy color: '#6FCDFA'

red 111 ◦ green 205 ◦ blue 250

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

Shades of Maya Blue #6FCDFA

Tints of Maya Blue #6FCDFA

RGB

 RED value IS 111 (43.75% from 255) = 19.61%

 GREEN value IS 205 (80.47% from 255) = 36.22%

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 19.61%
G = 36.22%
B = 44.17%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FCDFA (or 0x6FCDFA) is known color: Maya Blue. HEX triplet: 6F, CD and FA. RGB value is (111,205,250). Sum of RGB (Red+Green+Blue) = 111+205+250=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FCDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDFA is #903205. Grayscale: #B5B5B5. Windows color (decimal): -9449990 or 16436591. OLE color: 16436591.

HSL color Cylindrical-coordinate representation of color #6FCDFA: hue angle of 199.42º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCDFA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 205 250 -
CMYK 0.56 0.18 0 0.02
HSL 199.42º 0.93% 0.71% -
HSV(B) 199.42º 0.56% 0.98% -
XYZ 45.64 53.94 98.45 -
YUV 182.02 166.36 77.34 -
System Red Green Blue C M Y K H S L
Decimal 111 205 250 0.56 0.18 0 0.02 199.42 0.93 0.71
Hex 6F CD FA 38 12 0 2 C7 5D 47
Octal 157 315 372 70 22 0 2 307 135 107
Binary 1101111 11001101 11111010 111000 10010 0 10 11000111 1011101 1000111

Color Harmonies of #6FCDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDFA

Black with #6FCDFA

Text Example


Text Example

White with #6FCDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,205,250); }

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

background-color css

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

 a { background-color: rgb(111,205,250); }

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

border-color css

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

 span { border-color: rgb(111,205,250); }

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