Html Css Color HEX #6FBBFE Maya Blue

📋 copy color: '#6FBBFE'

red 111 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #6FBBFE

Tints of Maya Blue #6FBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.88%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 20.11%
G = 33.88%
B = 46.01%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FBBFE (or 0x6FBBFE) is known color: Maya Blue. HEX triplet: 6F, BB and FE. RGB value is (111,187,254). Sum of RGB (Red+Green+Blue) = 111+187+254=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBFE is #904401. Grayscale: #ABABAB. Windows color (decimal): -9454594 or 16694127. OLE color: 16694127.

HSL color Cylindrical-coordinate representation of color #6FBBFE: hue angle of 208.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBBFE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 187 254 -
CMYK 0.56 0.26 0 0.00
HSL 208.11º 0.99% 0.72% -
HSV(B) 208.11º 0.56% 1% -
XYZ 42.22 46.08 100.43 -
YUV 171.91 174.32 84.55 -
System Red Green Blue C M Y K H S L
Decimal 111 187 254 0.56 0.26 0 0.00 208.11 0.99 0.72
Hex 6F BB FE 38 1A 0 0 D0 63 48
Octal 157 273 376 70 32 0 0 320 143 110
Binary 1101111 10111011 11111110 111000 11010 0 0 11010000 1100011 1001000

Color Harmonies of #6FBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBFE

Black with #6FBBFE

Text Example


Text Example

White with #6FBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,187,254); }

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

background-color css

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

 a { background-color: rgb(111,187,254); }

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

border-color css

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

 span { border-color: rgb(111,187,254); }

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