#66bafe

Color #66BAFE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #66BAFE

Tints of Maya Blue #66BAFE

Color information

#66BAFE (or 0x66BAFE) is unknown color: approx Maya Blue. HEX triplet: 66, BA and FE. RGB value is (102,186,254). Sum of RGB (Red+Green+Blue) = 102+186+254=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #66BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAFE is #994501. Grayscale: #A8A8A8. Windows color (decimal): -10044674 or 16693862. OLE color: 16693862.

HSL color Cylindrical-coordinate representation of color #66BAFE: hue angle of 206.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BAFE is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102186254-
CMYK0.600.2700.00
HSL206.84º98.7%69.8%-
HSV(B)206.84º59.84%99.61%-
XYZ40.9345.1100.31-
YUV168.64176.1780.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=18.82%
G=34.32%
B=46.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021862540.600.2700.00206.8498.769.8
Hex66BAFE3C1B00cf6346
Octal146272376743300317143106
Binary1100110101110101111111011110011011001100111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66bafe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66bafe;
 }
 .AnyTagClassName
 {
   color: #66bafe;
 }
</style>
background-color css

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

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

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

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

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

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