Html Css Color HEX #66BAFA Maya Blue

📋 copy color: '#66BAFA'

red 102 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #66BAFA

Tints of Maya Blue #66BAFA

RGB

 RED value IS 102 (40.23% from 255) = 18.96%

 GREEN value IS 186 (73.05% from 255) = 34.57%

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

R = 18.96%
G = 34.57%
B = 46.47%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66BAFA (or 0x66BAFA) is known color: Maya Blue. HEX triplet: 66, BA and FA. RGB value is (102,186,250). Sum of RGB (Red+Green+Blue) = 102+186+250=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #66BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAFA is #994505. Grayscale: #A7A7A7. Windows color (decimal): -10044678 or 16431718. OLE color: 16431718.

HSL color Cylindrical-coordinate representation of color #66BAFA: hue angle of 205.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66BAFA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 186 250 -
CMYK 0.59 0.26 0 0.02
HSL 205.95º 0.94% 0.69% -
HSV(B) 205.95º 0.59% 0.98% -
XYZ 40.29 44.84 96.97 -
YUV 168.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 102 186 250 0.59 0.26 0 0.02 205.95 0.94 0.69
Hex 66 BA FA 3B 1A 0 2 CE 5E 45
Octal 146 272 372 73 32 0 2 316 136 105
Binary 1100110 10111010 11111010 111011 11010 0 10 11001110 1011110 1000101

Color Harmonies of #66BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BAFA

Black with #66BAFA

Text Example


Text Example

White with #66BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BAFA; }

 p { color: rgb(102,186,250); }

 H1.HeaderClassName
 {
   color: #66BAFA;
 }
 .AnyTagClassName
 {
   color: #66BAFA;
 }
</style>

background-color css

<style>
 a { background-color: #66BAFA; }

 a { background-color: rgb(102,186,250); }

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

border-color css

<style>
 span { border-color: #66BAFA; }

 span { border-color: rgb(102,186,250); }

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