Html Css Color HEX #6FBDEE Maya Blue

📋 copy color: '#6FBDEE'

red 111 ◦ green 189 ◦ blue 238

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

Shades of Maya Blue #6FBDEE

Tints of Maya Blue #6FBDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 20.63%
G = 35.13%
B = 44.24%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FBDEE (or 0x6FBDEE) is known color: Maya Blue. HEX triplet: 6F, BD and EE. RGB value is (111,189,238). Sum of RGB (Red+Green+Blue) = 111+189+238=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FBDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDEE is #904211. Grayscale: #AAAAAA. Windows color (decimal): -9454098 or 15646063. OLE color: 15646063.

HSL color Cylindrical-coordinate representation of color #6FBDEE: hue angle of 203.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBDEE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 189 238 -
CMYK 0.53 0.21 0 0.07
HSL 203.15º 0.79% 0.68% -
HSV(B) 203.15º 0.53% 0.93% -
XYZ 40.19 45.95 87.64 -
YUV 171.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 111 189 238 0.53 0.21 0 0.07 203.15 0.79 0.68
Hex 6F BD EE 35 15 0 7 CB 4F 44
Octal 157 275 356 65 25 0 7 313 117 104
Binary 1101111 10111101 11101110 110101 10101 0 111 11001011 1001111 1000100

Color Harmonies of #6FBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDEE

Black with #6FBDEE

Text Example


Text Example

White with #6FBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,238); }

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

background-color css

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

 a { background-color: rgb(111,189,238); }

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

border-color css

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

 span { border-color: rgb(111,189,238); }

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