Html Css Color HEX #6BD4FA Maya Blue

📋 copy color: '#6BD4FA'

red 107 ◦ green 212 ◦ blue 250

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

Shades of Maya Blue #6BD4FA

Tints of Maya Blue #6BD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.26%

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

R = 18.8%
G = 37.26%
B = 43.94%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BD4FA (or 0x6BD4FA) is known color: Maya Blue. HEX triplet: 6B, D4 and FA. RGB value is (107,212,250). Sum of RGB (Red+Green+Blue) = 107+212+250=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD4FA is #942B05. Grayscale: #B8B8B8. Windows color (decimal): -9710342 or 16438379. OLE color: 16438379.

HSL color Cylindrical-coordinate representation of color #6BD4FA: hue angle of 195.94º 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 #6BD4FA is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 212 250 -
CMYK 0.57 0.15 0 0.02
HSL 195.94º 0.93% 0.7% -
HSV(B) 195.94º 0.57% 0.98% -
XYZ 46.86 57.11 99 -
YUV 184.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 107 212 250 0.57 0.15 0 0.02 195.94 0.93 0.7
Hex 6B D4 FA 39 F 0 2 C4 5D 46
Octal 153 324 372 71 17 0 2 304 135 106
Binary 1101011 11010100 11111010 111001 1111 0 10 11000100 1011101 1000110

Color Harmonies of #6BD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD4FA

Black with #6BD4FA

Text Example


Text Example

White with #6BD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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