Html Css Color HEX #75D2FB Maya Blue

📋 copy color: '#75D2FB'

red 117 ◦ green 210 ◦ blue 251

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

Shades of Maya Blue #75D2FB

Tints of Maya Blue #75D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 20.24%
G = 36.33%
B = 43.43%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75D2FB (or 0x75D2FB) is known color: Maya Blue. HEX triplet: 75, D2 and FB. RGB value is (117,210,251). Sum of RGB (Red+Green+Blue) = 117+210+251=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #75D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D2FB is #8A2D04. Grayscale: #BABABA. Windows color (decimal): -9055493 or 16503413. OLE color: 16503413.

HSL color Cylindrical-coordinate representation of color #75D2FB: hue angle of 198.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75D2FB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 210 251 -
CMYK 0.53 0.16 0 0.02
HSL 198.36º 0.94% 0.72% -
HSV(B) 198.36º 0.53% 0.98% -
XYZ 47.8 56.84 99.72 -
YUV 186.87 164.19 78.17 -
System Red Green Blue C M Y K H S L
Decimal 117 210 251 0.53 0.16 0 0.02 198.36 0.94 0.72
Hex 75 D2 FB 35 10 0 2 C6 5E 48
Octal 165 322 373 65 20 0 2 306 136 110
Binary 1110101 11010010 11111011 110101 10000 0 10 11000110 1011110 1001000

Color Harmonies of #75D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D2FB

Black with #75D2FB

Text Example


Text Example

White with #75D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,210,251); }

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

background-color css

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

 a { background-color: rgb(117,210,251); }

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

border-color css

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

 span { border-color: rgb(117,210,251); }

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