Html Css Color HEX #75C2FB Maya Blue

📋 copy color: '#75C2FB'

red 117 ◦ green 194 ◦ blue 251

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

Shades of Maya Blue #75C2FB

Tints of Maya Blue #75C2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

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

R = 20.82%
G = 34.52%
B = 44.66%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75C2FB (or 0x75C2FB) is known color: Maya Blue. HEX triplet: 75, C2 and FB. RGB value is (117,194,251). Sum of RGB (Red+Green+Blue) = 117+194+251=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #75C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2FB is #8A3D04. Grayscale: #B1B1B1. Windows color (decimal): -9059589 or 16499317. OLE color: 16499317.

HSL color Cylindrical-coordinate representation of color #75C2FB: hue angle of 205.52º 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 #75C2FB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 194 251 -
CMYK 0.53 0.23 0 0.02
HSL 205.52º 0.94% 0.72% -
HSV(B) 205.52º 0.53% 0.98% -
XYZ 44.04 49.33 98.47 -
YUV 177.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 117 194 251 0.53 0.23 0 0.02 205.52 0.94 0.72
Hex 75 C2 FB 35 17 0 2 CE 5E 48
Octal 165 302 373 65 27 0 2 316 136 110
Binary 1110101 11000010 11111011 110101 10111 0 10 11001110 1011110 1001000

Color Harmonies of #75C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2FB

Black with #75C2FB

Text Example


Text Example

White with #75C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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