Html Css Color HEX #75CCF3 Maya Blue

📋 copy color: '#75CCF3'

red 117 ◦ green 204 ◦ blue 243

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

Shades of Maya Blue #75CCF3

Tints of Maya Blue #75CCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

 BLUE value IS 243 (95.31% from 255) = 43.09%

R = 20.74%
G = 36.17%
B = 43.09%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#75CCF3 (or 0x75CCF3) is known color: Maya Blue. HEX triplet: 75, CC and F3. RGB value is (117,204,243). Sum of RGB (Red+Green+Blue) = 117+204+243=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #75CCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCF3 is #8A330C. Grayscale: #B6B6B6. Windows color (decimal): -9057037 or 15977589. OLE color: 15977589.

HSL color Cylindrical-coordinate representation of color #75CCF3: hue angle of 198.57º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75CCF3 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 204 243 -
CMYK 0.52 0.16 0 0.05
HSL 198.57º 0.84% 0.71% -
HSV(B) 198.57º 0.52% 0.95% -
XYZ 45.11 53.44 92.73 -
YUV 182.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 117 204 243 0.52 0.16 0 0.05 198.57 0.84 0.71
Hex 75 CC F3 34 10 0 5 C7 54 47
Octal 165 314 363 64 20 0 5 307 124 107
Binary 1110101 11001100 11110011 110100 10000 0 101 11000111 1010100 1000111

Color Harmonies of #75CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CCF3

Black with #75CCF3

Text Example


Text Example

White with #75CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,243); }

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

background-color css

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

 a { background-color: rgb(117,204,243); }

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

border-color css

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

 span { border-color: rgb(117,204,243); }

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