Html Css Color HEX #75CDDD Spray

📋 copy color: '#75CDDD'

red 117 ◦ green 205 ◦ blue 221

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

Shades of Spray #75CDDD

Tints of Spray #75CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 21.55%
G = 37.75%
B = 40.7%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75CDDD (or 0x75CDDD) is known color: Spray. HEX triplet: 75, CD and DD. RGB value is (117,205,221). Sum of RGB (Red+Green+Blue) = 117+205+221=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #75CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDDD is #8A3222. Grayscale: #B4B4B4. Windows color (decimal): -9056803 or 14536053. OLE color: 14536053.

HSL color Cylindrical-coordinate representation of color #75CDDD: hue angle of 189.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CDDD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 205 221 -
CMYK 0.47 0.07 0 0.13
HSL 189.23º 0.6% 0.66% -
HSV(B) 189.23º 0.47% 0.87% -
XYZ 42.22 52.67 76.35 -
YUV 180.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 117 205 221 0.47 0.07 0 0.13 189.23 0.6 0.66
Hex 75 CD DD 2F 7 0 D BD 3C 42
Octal 165 315 335 57 7 0 15 275 74 102
Binary 1110101 11001101 11011101 101111 111 0 1101 10111101 111100 1000010

Color Harmonies of #75CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDDD

Black with #75CDDD

Text Example


Text Example

White with #75CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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