Html Css Color HEX #75C8CE Spray

📋 copy color: '#75C8CE'

red 117 ◦ green 200 ◦ blue 206

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

Shades of Spray #75C8CE

Tints of Spray #75C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 22.37%
G = 38.24%
B = 39.39%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75C8CE (or 0x75C8CE) is known color: Spray. HEX triplet: 75, C8 and CE. RGB value is (117,200,206). Sum of RGB (Red+Green+Blue) = 117+200+206=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #75C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C8CE is #8A3731. Grayscale: #AFAFAF. Windows color (decimal): -9058098 or 13551733. OLE color: 13551733.

HSL color Cylindrical-coordinate representation of color #75C8CE: hue angle of 184.04º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75C8CE is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 200 206 -
CMYK 0.43 0.03 0 0.19
HSL 184.04º 0.48% 0.63% -
HSV(B) 184.04º 0.43% 0.81% -
XYZ 39.13 49.55 65.89 -
YUV 175.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 117 200 206 0.43 0.03 0 0.19 184.04 0.48 0.63
Hex 75 C8 CE 2B 3 0 13 B8 30 3F
Octal 165 310 316 53 3 0 23 270 60 77
Binary 1110101 11001000 11001110 101011 11 0 10011 10111000 110000 111111

Color Harmonies of #75C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C8CE

Black with #75C8CE

Text Example


Text Example

White with #75C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,206); }

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

background-color css

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

 a { background-color: rgb(117,200,206); }

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

border-color css

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

 span { border-color: rgb(117,200,206); }

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