Html Css Color HEX #66BBFD Maya Blue

📋 copy color: '#66BBFD'

red 102 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #66BBFD

Tints of Maya Blue #66BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.5%

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

R = 18.82%
G = 34.5%
B = 46.68%

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

#66BBFD (or 0x66BBFD) is known color: Maya Blue. HEX triplet: 66, BB and FD. RGB value is (102,187,253). Sum of RGB (Red+Green+Blue) = 102+187+253=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #66BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBFD is #994402. Grayscale: #A8A8A8. Windows color (decimal): -10044419 or 16628582. OLE color: 16628582.

HSL color Cylindrical-coordinate representation of color #66BBFD: hue angle of 206.23º 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 #66BBFD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 187 253 -
CMYK 0.60 0.26 0 0.01
HSL 206.23º 0.97% 0.7% -
HSV(B) 206.23º 0.6% 0.99% -
XYZ 40.98 45.46 99.54 -
YUV 169.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 102 187 253 0.60 0.26 0 0.01 206.23 0.97 0.7
Hex 66 BB FD 3C 1A 0 1 CE 61 46
Octal 146 273 375 74 32 0 1 316 141 106
Binary 1100110 10111011 11111101 111100 11010 0 1 11001110 1100001 1000110

Color Harmonies of #66BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBFD

Black with #66BBFD

Text Example


Text Example

White with #66BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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