Html Css Color HEX #66BFFE Maya Blue

📋 copy color: '#66BFFE'

red 102 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #66BFFE

Tints of Maya Blue #66BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.92%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 18.65%
G = 34.92%
B = 46.44%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66BFFE (or 0x66BFFE) is known color: Maya Blue. HEX triplet: 66, BF and FE. RGB value is (102,191,254). Sum of RGB (Red+Green+Blue) = 102+191+254=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #66BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFFE is #994001. Grayscale: #ABABAB. Windows color (decimal): -10043394 or 16695142. OLE color: 16695142.

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

Color convert

RGB 102 191 254 -
CMYK 0.60 0.25 0 0.00
HSL 204.87º 0.99% 0.7% -
HSV(B) 204.87º 0.6% 1% -
XYZ 42 47.24 100.67 -
YUV 171.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 102 191 254 0.60 0.25 0 0.00 204.87 0.99 0.7
Hex 66 BF FE 3C 19 0 0 CD 63 46
Octal 146 277 376 74 31 0 0 315 143 106
Binary 1100110 10111111 11111110 111100 11001 0 0 11001101 1100011 1000110

Color Harmonies of #66BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFFE

Black with #66BFFE

Text Example


Text Example

White with #66BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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