Html Css Color HEX #66B7FA Maya Blue

📋 copy color: '#66B7FA'

red 102 ◦ green 183 ◦ blue 250

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

Shades of Maya Blue #66B7FA

Tints of Maya Blue #66B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

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

R = 19.07%
G = 34.21%
B = 46.73%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66B7FA (or 0x66B7FA) is known color: Maya Blue. HEX triplet: 66, B7 and FA. RGB value is (102,183,250). Sum of RGB (Red+Green+Blue) = 102+183+250=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #66B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B7FA is #994805. Grayscale: #A6A6A6. Windows color (decimal): -10045446 or 16430950. OLE color: 16430950.

HSL color Cylindrical-coordinate representation of color #66B7FA: hue angle of 207.16º 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 #66B7FA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 183 250 -
CMYK 0.59 0.27 0 0.02
HSL 207.16º 0.94% 0.69% -
HSV(B) 207.16º 0.59% 0.98% -
XYZ 39.67 43.59 96.77 -
YUV 166.42 175.16 82.05 -
System Red Green Blue C M Y K H S L
Decimal 102 183 250 0.59 0.27 0 0.02 207.16 0.94 0.69
Hex 66 B7 FA 3B 1B 0 2 CF 5E 45
Octal 146 267 372 73 33 0 2 317 136 105
Binary 1100110 10110111 11111010 111011 11011 0 10 11001111 1011110 1000101

Color Harmonies of #66B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B7FA

Black with #66B7FA

Text Example


Text Example

White with #66B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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