Html Css Color HEX #6FBAF8 Maya Blue

📋 copy color: '#6FBAF8'

red 111 ◦ green 186 ◦ blue 248

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

Shades of Maya Blue #6FBAF8

Tints of Maya Blue #6FBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.5%

R = 20.37%
G = 34.13%
B = 45.5%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6FBAF8 (or 0x6FBAF8) is known color: Maya Blue. HEX triplet: 6F, BA and F8. RGB value is (111,186,248). Sum of RGB (Red+Green+Blue) = 111+186+248=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FBAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAF8 is #904507. Grayscale: #AAAAAA. Windows color (decimal): -9454856 or 16300655. OLE color: 16300655.

HSL color Cylindrical-coordinate representation of color #6FBAF8: hue angle of 207.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FBAF8 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 186 248 -
CMYK 0.55 0.25 0 0.03
HSL 207.15º 0.91% 0.7% -
HSV(B) 207.15º 0.55% 0.97% -
XYZ 41.06 45.27 95.38 -
YUV 170.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 111 186 248 0.55 0.25 0 0.03 207.15 0.91 0.7
Hex 6F BA F8 37 19 0 3 CF 5B 46
Octal 157 272 370 67 31 0 3 317 133 106
Binary 1101111 10111010 11111000 110111 11001 0 11 11001111 1011011 1000110

Color Harmonies of #6FBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAF8

Black with #6FBAF8

Text Example


Text Example

White with #6FBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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