Html Css Color HEX #6BD0FA Maya Blue

📋 copy color: '#6BD0FA'

red 107 ◦ green 208 ◦ blue 250

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

Shades of Maya Blue #6BD0FA

Tints of Maya Blue #6BD0FA

RGB

 RED value IS 107 (42.19% from 255) = 18.94%

 GREEN value IS 208 (81.64% from 255) = 36.81%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 18.94%
G = 36.81%
B = 44.25%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BD0FA (or 0x6BD0FA) is known color: Maya Blue. HEX triplet: 6B, D0 and FA. RGB value is (107,208,250). Sum of RGB (Red+Green+Blue) = 107+208+250=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD0FA is #942F05. Grayscale: #B6B6B6. Windows color (decimal): -9711366 or 16437355. OLE color: 16437355.

HSL color Cylindrical-coordinate representation of color #6BD0FA: hue angle of 197.62º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BD0FA is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 208 250 -
CMYK 0.57 0.17 0 0.02
HSL 197.62º 0.93% 0.7% -
HSV(B) 197.62º 0.57% 0.98% -
XYZ 45.87 55.14 98.67 -
YUV 182.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 107 208 250 0.57 0.17 0 0.02 197.62 0.93 0.7
Hex 6B D0 FA 39 11 0 2 C6 5D 46
Octal 153 320 372 71 21 0 2 306 135 106
Binary 1101011 11010000 11111010 111001 10001 0 10 11000110 1011101 1000110

Color Harmonies of #6BD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD0FA

Black with #6BD0FA

Text Example


Text Example

White with #6BD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,208,250); }

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

background-color css

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

 a { background-color: rgb(107,208,250); }

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

border-color css

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

 span { border-color: rgb(107,208,250); }

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