Html Css Color HEX #75CFF8 Maya Blue

📋 copy color: '#75CFF8'

red 117 ◦ green 207 ◦ blue 248

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

Shades of Maya Blue #75CFF8

Tints of Maya Blue #75CFF8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

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

R = 20.45%
G = 36.19%
B = 43.36%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75CFF8 (or 0x75CFF8) is known color: Maya Blue. HEX triplet: 75, CF and F8. RGB value is (117,207,248). Sum of RGB (Red+Green+Blue) = 117+207+248=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #75CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFF8 is #8A3007. Grayscale: #B8B8B8. Windows color (decimal): -9056264 or 16306037. OLE color: 16306037.

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

Color convert

RGB 117 207 248 -
CMYK 0.53 0.17 0 0.03
HSL 198.78º 0.9% 0.72% -
HSV(B) 198.78º 0.53% 0.97% -
XYZ 46.59 55.18 97 -
YUV 184.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 117 207 248 0.53 0.17 0 0.03 198.78 0.9 0.72
Hex 75 CF F8 35 11 0 3 C7 5A 48
Octal 165 317 370 65 21 0 3 307 132 110
Binary 1110101 11001111 11111000 110101 10001 0 11 11000111 1011010 1001000

Color Harmonies of #75CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFF8

Black with #75CFF8

Text Example


Text Example

White with #75CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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