Html Css Color HEX #75BFFF Maya Blue

📋 copy color: '#75BFFF'

red 117 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #75BFFF

Tints of Maya Blue #75BFFF

RGB

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

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

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

R = 20.78%
G = 33.93%
B = 45.29%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75BFFF (or 0x75BFFF) is known color: Maya Blue. HEX triplet: 75, BF and FF. RGB value is (117,191,255). Sum of RGB (Red+Green+Blue) = 117+191+255=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFFF is #8A4000. Grayscale: #AFAFAF. Windows color (decimal): -9060353 or 16760693. OLE color: 16760693.

HSL color Cylindrical-coordinate representation of color #75BFFF: hue angle of 207.83º 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 #75BFFF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 191 255 -
CMYK 0.54 0.25 0 0
HSL 207.83º 1% 0.73% -
HSV(B) 207.83º 0.54% 1% -
XYZ 44.02 48.26 101.6 -
YUV 176.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 117 191 255 0.54 0.25 0 0 207.83 1 0.73
Hex 75 BF FF 36 19 0 0 D0 64 49
Octal 165 277 377 66 31 0 0 320 144 111
Binary 1110101 10111111 11111111 110110 11001 0 0 11010000 1100100 1001001

Color Harmonies of #75BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFFF

Black with #75BFFF

Text Example


Text Example

White with #75BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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