Html Css Color HEX #75CDF6 Maya Blue

📋 copy color: '#75CDF6'

red 117 ◦ green 205 ◦ blue 246

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

Shades of Maya Blue #75CDF6

Tints of Maya Blue #75CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

 BLUE value IS 246 (96.48% from 255) = 43.31%

R = 20.6%
G = 36.09%
B = 43.31%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#75CDF6 (or 0x75CDF6) is known color: Maya Blue. HEX triplet: 75, CD and F6. RGB value is (117,205,246). Sum of RGB (Red+Green+Blue) = 117+205+246=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #75CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDF6 is #8A3209. Grayscale: #B7B7B7. Windows color (decimal): -9056778 or 16174453. OLE color: 16174453.

HSL color Cylindrical-coordinate representation of color #75CDF6: hue angle of 199.07º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75CDF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 205 246 -
CMYK 0.52 0.17 0 0.04
HSL 199.07º 0.88% 0.71% -
HSV(B) 199.07º 0.52% 0.96% -
XYZ 45.8 54.1 95.22 -
YUV 183.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 117 205 246 0.52 0.17 0 0.04 199.07 0.88 0.71
Hex 75 CD F6 34 11 0 4 C7 58 47
Octal 165 315 366 64 21 0 4 307 130 107
Binary 1110101 11001101 11110110 110100 10001 0 100 11000111 1011000 1000111

Color Harmonies of #75CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDF6

Black with #75CDF6

Text Example


Text Example

White with #75CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,205,246); }

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

background-color css

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

 a { background-color: rgb(117,205,246); }

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

border-color css

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

 span { border-color: rgb(117,205,246); }

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