Html Css Color HEX #75CFDF Spray

📋 copy color: '#75CFDF'

red 117 ◦ green 207 ◦ blue 223

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

Shades of Spray #75CFDF

Tints of Spray #75CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 21.39%
G = 37.84%
B = 40.77%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75CFDF (or 0x75CFDF) is known color: Spray. HEX triplet: 75, CF and DF. RGB value is (117,207,223). Sum of RGB (Red+Green+Blue) = 117+207+223=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #75CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFDF is #8A3020. Grayscale: #B5B5B5. Windows color (decimal): -9056289 or 14667637. OLE color: 14667637.

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

Color convert

RGB 117 207 223 -
CMYK 0.48 0.07 0 0.13
HSL 189.06º 0.62% 0.67% -
HSV(B) 189.06º 0.48% 0.87% -
XYZ 42.97 53.74 77.92 -
YUV 181.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 117 207 223 0.48 0.07 0 0.13 189.06 0.62 0.67
Hex 75 CF DF 30 7 0 D BD 3E 43
Octal 165 317 337 60 7 0 15 275 76 103
Binary 1110101 11001111 11011111 110000 111 0 1101 10111101 111110 1000011

Color Harmonies of #75CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFDF

Black with #75CFDF

Text Example


Text Example

White with #75CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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