Html Css Color HEX #75BDEF Maya Blue

📋 copy color: '#75BDEF'

red 117 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #75BDEF

Tints of Maya Blue #75BDEF

RGB

 RED value IS 117 (46.09% from 255) = 21.47%

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 21.47%
G = 34.68%
B = 43.85%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#75BDEF (or 0x75BDEF) is known color: Maya Blue. HEX triplet: 75, BD and EF. RGB value is (117,189,239). Sum of RGB (Red+Green+Blue) = 117+189+239=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #75BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDEF is #8A4210. Grayscale: #ACACAC. Windows color (decimal): -9060881 or 15711605. OLE color: 15711605.

HSL color Cylindrical-coordinate representation of color #75BDEF: hue angle of 204.59º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75BDEF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 189 239 -
CMYK 0.51 0.21 0 0.06
HSL 204.59º 0.79% 0.7% -
HSV(B) 204.59º 0.51% 0.94% -
XYZ 41.11 46.41 88.45 -
YUV 173.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 117 189 239 0.51 0.21 0 0.06 204.59 0.79 0.7
Hex 75 BD EF 33 15 0 6 CD 4F 46
Octal 165 275 357 63 25 0 6 315 117 106
Binary 1110101 10111101 11101111 110011 10101 0 110 11001101 1001111 1000110

Color Harmonies of #75BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDEF

Black with #75BDEF

Text Example


Text Example

White with #75BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BDEF; }

 p { color: rgb(117,189,239); }

 H1.HeaderClassName
 {
   color: #75BDEF;
 }
 .AnyTagClassName
 {
   color: #75BDEF;
 }
</style>

background-color css

<style>
 a { background-color: #75BDEF; }

 a { background-color: rgb(117,189,239); }

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

border-color css

<style>
 span { border-color: #75BDEF; }

 span { border-color: rgb(117,189,239); }

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