Html Css Color HEX #66BCFD Maya Blue

📋 copy color: '#66BCFD'

red 102 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #66BCFD

Tints of Maya Blue #66BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 18.78%
G = 34.62%
B = 46.59%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66BCFD (or 0x66BCFD) is known color: Maya Blue. HEX triplet: 66, BC and FD. RGB value is (102,188,253). Sum of RGB (Red+Green+Blue) = 102+188+253=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #66BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCFD is #994302. Grayscale: #A9A9A9. Windows color (decimal): -10044163 or 16628838. OLE color: 16628838.

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

Color convert

RGB 102 188 253 -
CMYK 0.60 0.26 0 0.01
HSL 205.83º 0.97% 0.7% -
HSV(B) 205.83º 0.6% 0.99% -
XYZ 41.19 45.88 99.61 -
YUV 169.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 102 188 253 0.60 0.26 0 0.01 205.83 0.97 0.7
Hex 66 BC FD 3C 1A 0 1 CE 61 46
Octal 146 274 375 74 32 0 1 316 141 106
Binary 1100110 10111100 11111101 111100 11010 0 1 11001110 1100001 1000110

Color Harmonies of #66BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCFD

Black with #66BCFD

Text Example


Text Example

White with #66BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,253); }

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

background-color css

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

 a { background-color: rgb(102,188,253); }

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

border-color css

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

 span { border-color: rgb(102,188,253); }

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