Html Css Color HEX #75CEDB Spray

📋 copy color: '#75CEDB'

red 117 ◦ green 206 ◦ blue 219

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

Shades of Spray #75CEDB

Tints of Spray #75CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.01%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 21.59%
G = 38.01%
B = 40.41%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75CEDB (or 0x75CEDB) is known color: Spray. HEX triplet: 75, CE and DB. RGB value is (117,206,219). Sum of RGB (Red+Green+Blue) = 117+206+219=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #75CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEDB is #8A3124. Grayscale: #B4B4B4. Windows color (decimal): -9056549 or 14405237. OLE color: 14405237.

HSL color Cylindrical-coordinate representation of color #75CEDB: hue angle of 187.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CEDB is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 206 219 -
CMYK 0.47 0.06 0 0.14
HSL 187.65º 0.59% 0.66% -
HSV(B) 187.65º 0.47% 0.86% -
XYZ 42.19 53.04 75.03 -
YUV 180.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 117 206 219 0.47 0.06 0 0.14 187.65 0.59 0.66
Hex 75 CE DB 2F 6 0 E BC 3B 42
Octal 165 316 333 57 6 0 16 274 73 102
Binary 1110101 11001110 11011011 101111 110 0 1110 10111100 111011 1000010

Color Harmonies of #75CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEDB

Black with #75CEDB

Text Example


Text Example

White with #75CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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