Html Css Color HEX #6FBAFA Maya Blue

📋 copy color: '#6FBAFA'

red 111 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #6FBAFA

Tints of Maya Blue #6FBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

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

R = 20.29%
G = 34%
B = 45.7%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FBAFA (or 0x6FBAFA) is known color: Maya Blue. HEX triplet: 6F, BA and FA. RGB value is (111,186,250). Sum of RGB (Red+Green+Blue) = 111+186+250=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAFA is #904505. Grayscale: #AAAAAA. Windows color (decimal): -9454854 or 16431727. OLE color: 16431727.

HSL color Cylindrical-coordinate representation of color #6FBAFA: hue angle of 207.63º 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 #6FBAFA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 186 250 -
CMYK 0.56 0.26 0 0.02
HSL 207.63º 0.93% 0.71% -
HSV(B) 207.63º 0.56% 0.98% -
XYZ 41.37 45.4 97.03 -
YUV 170.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 111 186 250 0.56 0.26 0 0.02 207.63 0.93 0.71
Hex 6F BA FA 38 1A 0 2 D0 5D 47
Octal 157 272 372 70 32 0 2 320 135 107
Binary 1101111 10111010 11111010 111000 11010 0 10 11010000 1011101 1000111

Color Harmonies of #6FBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAFA

Black with #6FBAFA

Text Example


Text Example

White with #6FBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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