Html Css Color HEX #66BDF2 Maya Blue

📋 copy color: '#66BDF2'

red 102 ◦ green 189 ◦ blue 242

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

Shades of Maya Blue #66BDF2

Tints of Maya Blue #66BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 19.14%
G = 35.46%
B = 45.4%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66BDF2 (or 0x66BDF2) is known color: Maya Blue. HEX triplet: 66, BD and F2. RGB value is (102,189,242). Sum of RGB (Red+Green+Blue) = 102+189+242=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #66BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF2 is #99420D. Grayscale: #A8A8A8. Windows color (decimal): -10043918 or 15908198. OLE color: 15908198.

HSL color Cylindrical-coordinate representation of color #66BDF2: hue angle of 202.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BDF2 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 189 242 -
CMYK 0.58 0.22 0 0.05
HSL 202.71º 0.84% 0.67% -
HSV(B) 202.71º 0.58% 0.95% -
XYZ 39.7 45.63 90.72 -
YUV 169.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 102 189 242 0.58 0.22 0 0.05 202.71 0.84 0.67
Hex 66 BD F2 3A 16 0 5 CB 54 43
Octal 146 275 362 72 26 0 5 313 124 103
Binary 1100110 10111101 11110010 111010 10110 0 101 11001011 1010100 1000011

Color Harmonies of #66BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDF2

Black with #66BDF2

Text Example


Text Example

White with #66BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,242); }

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

background-color css

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

 a { background-color: rgb(102,189,242); }

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

border-color css

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

 span { border-color: rgb(102,189,242); }

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