Html Css Color HEX #6FBCFD Maya Blue

📋 copy color: '#6FBCFD'

red 111 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #6FBCFD

Tints of Maya Blue #6FBCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.06%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 20.11%
G = 34.06%
B = 45.83%

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

#6FBCFD (or 0x6FBCFD) is known color: Maya Blue. HEX triplet: 6F, BC and FD. RGB value is (111,188,253). Sum of RGB (Red+Green+Blue) = 111+188+253=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FBCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBCFD is #904302. Grayscale: #ACACAC. Windows color (decimal): -9454339 or 16628847. OLE color: 16628847.

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

Color convert

RGB 111 188 253 -
CMYK 0.56 0.26 0 0.01
HSL 207.46º 0.97% 0.71% -
HSV(B) 207.46º 0.56% 0.99% -
XYZ 42.27 46.44 99.66 -
YUV 172.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 111 188 253 0.56 0.26 0 0.01 207.46 0.97 0.71
Hex 6F BC FD 38 1A 0 1 CF 61 47
Octal 157 274 375 70 32 0 1 317 141 107
Binary 1101111 10111100 11111101 111000 11010 0 1 11001111 1100001 1000111

Color Harmonies of #6FBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCFD

Black with #6FBCFD

Text Example


Text Example

White with #6FBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,253); }

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

background-color css

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

 a { background-color: rgb(111,188,253); }

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

border-color css

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

 span { border-color: rgb(111,188,253); }

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