Html Css Color HEX #75D2F8 Maya Blue

📋 copy color: '#75D2F8'

red 117 ◦ green 210 ◦ blue 248

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

Shades of Maya Blue #75D2F8

Tints of Maya Blue #75D2F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.13%

R = 20.35%
G = 36.52%
B = 43.13%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75D2F8 (or 0x75D2F8) is known color: Maya Blue. HEX triplet: 75, D2 and F8. RGB value is (117,210,248). Sum of RGB (Red+Green+Blue) = 117+210+248=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #75D2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D2F8 is #8A2D07. Grayscale: #BABABA. Windows color (decimal): -9055496 or 16306805. OLE color: 16306805.

HSL color Cylindrical-coordinate representation of color #75D2F8: hue angle of 197.4º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75D2F8 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 210 248 -
CMYK 0.53 0.15 0 0.03
HSL 197.4º 0.9% 0.72% -
HSV(B) 197.4º 0.53% 0.97% -
XYZ 47.33 56.65 97.25 -
YUV 186.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 117 210 248 0.53 0.15 0 0.03 197.4 0.9 0.72
Hex 75 D2 F8 35 F 0 3 C5 5A 48
Octal 165 322 370 65 17 0 3 305 132 110
Binary 1110101 11010010 11111000 110101 1111 0 11 11000101 1011010 1001000

Color Harmonies of #75D2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D2F8

Black with #75D2F8

Text Example


Text Example

White with #75D2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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