Html Css Color HEX #6FBAFC Maya Blue

📋 copy color: '#6FBAFC'

red 111 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #6FBAFC

Tints of Maya Blue #6FBAFC

RGB

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

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

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

R = 20.22%
G = 33.88%
B = 45.9%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FBAFC (or 0x6FBAFC) is known color: Maya Blue. HEX triplet: 6F, BA and FC. RGB value is (111,186,252). Sum of RGB (Red+Green+Blue) = 111+186+252=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAFC is #904503. Grayscale: #AAAAAA. Windows color (decimal): -9454852 or 16562799. OLE color: 16562799.

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

Color convert

RGB 111 186 252 -
CMYK 0.56 0.26 0 0.01
HSL 208.09º 0.96% 0.71% -
HSV(B) 208.09º 0.56% 0.99% -
XYZ 41.69 45.53 98.69 -
YUV 171.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 111 186 252 0.56 0.26 0 0.01 208.09 0.96 0.71
Hex 6F BA FC 38 1A 0 1 D0 60 47
Octal 157 272 374 70 32 0 1 320 140 107
Binary 1101111 10111010 11111100 111000 11010 0 1 11010000 1100000 1000111

Color Harmonies of #6FBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAFC

Black with #6FBAFC

Text Example


Text Example

White with #6FBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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