Html Css Color HEX #75BFFC Maya Blue

📋 copy color: '#75BFFC'

red 117 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #75BFFC

Tints of Maya Blue #75BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 20.89%
G = 34.11%
B = 45%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#75BFFC (or 0x75BFFC) is known color: Maya Blue. HEX triplet: 75, BF and FC. RGB value is (117,191,252). Sum of RGB (Red+Green+Blue) = 117+191+252=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #75BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFFC is #8A4003. Grayscale: #AFAFAF. Windows color (decimal): -9060356 or 16564085. OLE color: 16564085.

HSL color Cylindrical-coordinate representation of color #75BFFC: hue angle of 207.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BFFC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 191 252 -
CMYK 0.54 0.24 0 0.01
HSL 207.11º 0.96% 0.72% -
HSV(B) 207.11º 0.54% 0.99% -
XYZ 43.54 48.07 99.08 -
YUV 175.83 170.98 86.04 -
System Red Green Blue C M Y K H S L
Decimal 117 191 252 0.54 0.24 0 0.01 207.11 0.96 0.72
Hex 75 BF FC 36 18 0 1 CF 60 48
Octal 165 277 374 66 30 0 1 317 140 110
Binary 1110101 10111111 11111100 110110 11000 0 1 11001111 1100000 1001000

Color Harmonies of #75BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFFC

Black with #75BFFC

Text Example


Text Example

White with #75BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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