Html Css Color HEX #75CFFE Maya Blue

📋 copy color: '#75CFFE'

red 117 ◦ green 207 ◦ blue 254

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

Shades of Maya Blue #75CFFE

Tints of Maya Blue #75CFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 20.24%
G = 35.81%
B = 43.94%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75CFFE (or 0x75CFFE) is known color: Maya Blue. HEX triplet: 75, CF and FE. RGB value is (117,207,254). Sum of RGB (Red+Green+Blue) = 117+207+254=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #75CFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFFE is #8A3001. Grayscale: #B9B9B9. Windows color (decimal): -9056258 or 16699253. OLE color: 16699253.

HSL color Cylindrical-coordinate representation of color #75CFFE: hue angle of 200.58º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75CFFE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 207 254 -
CMYK 0.54 0.19 0 0.00
HSL 200.58º 0.99% 0.73% -
HSV(B) 200.58º 0.54% 1% -
XYZ 47.54 55.56 101.99 -
YUV 185.45 166.68 79.18 -
System Red Green Blue C M Y K H S L
Decimal 117 207 254 0.54 0.19 0 0.00 200.58 0.99 0.73
Hex 75 CF FE 36 13 0 0 C9 63 49
Octal 165 317 376 66 23 0 0 311 143 111
Binary 1110101 11001111 11111110 110110 10011 0 0 11001001 1100011 1001001

Color Harmonies of #75CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFFE

Black with #75CFFE

Text Example


Text Example

White with #75CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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