Html Css Color HEX #6FBCFC Maya Blue

📋 copy color: '#6FBCFC'

red 111 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #6FBCFC

Tints of Maya Blue #6FBCFC

RGB

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

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

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

R = 20.15%
G = 34.12%
B = 45.74%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FBCFC (or 0x6FBCFC) is known color: Maya Blue. HEX triplet: 6F, BC and FC. RGB value is (111,188,252). Sum of RGB (Red+Green+Blue) = 111+188+252=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBCFC is #904303. Grayscale: #ABABAB. Windows color (decimal): -9454340 or 16563311. OLE color: 16563311.

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

Color convert

RGB 111 188 252 -
CMYK 0.56 0.25 0 0.01
HSL 207.23º 0.96% 0.71% -
HSV(B) 207.23º 0.56% 0.99% -
XYZ 42.11 46.37 98.83 -
YUV 172.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 111 188 252 0.56 0.25 0 0.01 207.23 0.96 0.71
Hex 6F BC FC 38 19 0 1 CF 60 47
Octal 157 274 374 70 31 0 1 317 140 107
Binary 1101111 10111100 11111100 111000 11001 0 1 11001111 1100000 1000111

Color Harmonies of #6FBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCFC

Black with #6FBCFC

Text Example


Text Example

White with #6FBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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