Html Css Color HEX #75BDFF Maya Blue

📋 copy color: '#75BDFF'

red 117 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #75BDFF

Tints of Maya Blue #75BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 20.86%
G = 33.69%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75BDFF (or 0x75BDFF) is known color: Maya Blue. HEX triplet: 75, BD and FF. RGB value is (117,189,255). Sum of RGB (Red+Green+Blue) = 117+189+255=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDFF is #8A4200. Grayscale: #AEAEAE. Windows color (decimal): -9060865 or 16760181. OLE color: 16760181.

HSL color Cylindrical-coordinate representation of color #75BDFF: hue angle of 208.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BDFF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 189 255 -
CMYK 0.54 0.26 0 0
HSL 208.7º 1% 0.73% -
HSV(B) 208.7º 0.54% 1% -
XYZ 43.58 47.4 101.46 -
YUV 175 173.15 86.63 -
System Red Green Blue C M Y K H S L
Decimal 117 189 255 0.54 0.26 0 0 208.7 1 0.73
Hex 75 BD FF 36 1A 0 0 D1 64 49
Octal 165 275 377 66 32 0 0 321 144 111
Binary 1110101 10111101 11111111 110110 11010 0 0 11010001 1100100 1001001

Color Harmonies of #75BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDFF

Black with #75BDFF

Text Example


Text Example

White with #75BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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