Html Css Color HEX #75CFDB Spray

📋 copy color: '#75CFDB'

red 117 ◦ green 207 ◦ blue 219

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

Shades of Spray #75CFDB

Tints of Spray #75CFDB

RGB

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

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

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

R = 21.55%
G = 38.12%
B = 40.33%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75CFDB (or 0x75CFDB) is known color: Spray. HEX triplet: 75, CF and DB. RGB value is (117,207,219). Sum of RGB (Red+Green+Blue) = 117+207+219=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #75CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFDB is #8A3024. Grayscale: #B5B5B5. Windows color (decimal): -9056293 or 14405493. OLE color: 14405493.

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

Color convert

RGB 117 207 219 -
CMYK 0.47 0.05 0 0.14
HSL 187.06º 0.59% 0.66% -
HSV(B) 187.06º 0.47% 0.86% -
XYZ 42.44 53.52 75.11 -
YUV 181.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 117 207 219 0.47 0.05 0 0.14 187.06 0.59 0.66
Hex 75 CF DB 2F 5 0 E BB 3B 42
Octal 165 317 333 57 5 0 16 273 73 102
Binary 1110101 11001111 11011011 101111 101 0 1110 10111011 111011 1000010

Color Harmonies of #75CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFDB

Black with #75CFDB

Text Example


Text Example

White with #75CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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