Html Css Color HEX #75CADB Spray

📋 copy color: '#75CADB'

red 117 ◦ green 202 ◦ blue 219

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

Shades of Spray #75CADB

Tints of Spray #75CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.55%

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

R = 21.75%
G = 37.55%
B = 40.71%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75CADB (or 0x75CADB) is known color: Spray. HEX triplet: 75, CA and DB. RGB value is (117,202,219). Sum of RGB (Red+Green+Blue) = 117+202+219=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #75CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CADB is #8A3524. Grayscale: #B2B2B2. Windows color (decimal): -9057573 or 14404213. OLE color: 14404213.

HSL color Cylindrical-coordinate representation of color #75CADB: hue angle of 190º 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 #75CADB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 202 219 -
CMYK 0.47 0.08 0 0.14
HSL 190º 0.59% 0.66% -
HSV(B) 190º 0.47% 0.86% -
XYZ 41.24 51.14 74.71 -
YUV 178.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 117 202 219 0.47 0.08 0 0.14 190 0.59 0.66
Hex 75 CA DB 2F 8 0 E BE 3B 42
Octal 165 312 333 57 10 0 16 276 73 102
Binary 1110101 11001010 11011011 101111 1000 0 1110 10111110 111011 1000010

Color Harmonies of #75CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CADB

Black with #75CADB

Text Example


Text Example

White with #75CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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