Html Css Color HEX #75CCD4 Spray

📋 copy color: '#75CCD4'

red 117 ◦ green 204 ◦ blue 212

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

Shades of Spray #75CCD4

Tints of Spray #75CCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.77%

R = 21.95%
G = 38.27%
B = 39.77%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#75CCD4 (or 0x75CCD4) is known color: Spray. HEX triplet: 75, CC and D4. RGB value is (117,204,212). Sum of RGB (Red+Green+Blue) = 117+204+212=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #75CCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCD4 is #8A332B. Grayscale: #B2B2B2. Windows color (decimal): -9057068 or 13945973. OLE color: 13945973.

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

Color convert

RGB 117 204 212 -
CMYK 0.45 0.04 0 0.17
HSL 185.05º 0.52% 0.65% -
HSV(B) 185.05º 0.45% 0.83% -
XYZ 40.81 51.72 70.12 -
YUV 178.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 117 204 212 0.45 0.04 0 0.17 185.05 0.52 0.65
Hex 75 CC D4 2D 4 0 11 B9 34 41
Octal 165 314 324 55 4 0 21 271 64 101
Binary 1110101 11001100 11010100 101101 100 0 10001 10111001 110100 1000001

Color Harmonies of #75CCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CCD4

Black with #75CCD4

Text Example


Text Example

White with #75CCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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