Html Css Color HEX #75ADDB Jordy Blue

📋 copy color: '#75ADDB'

red 117 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #75ADDB

Tints of Jordy Blue #75ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.99%

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

R = 22.99%
G = 33.99%
B = 43.03%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75ADDB (or 0x75ADDB) is known color: Jordy Blue. HEX triplet: 75, AD and DB. RGB value is (117,173,219). Sum of RGB (Red+Green+Blue) = 117+173+219=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #75ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADDB is #8A5224. Grayscale: #A1A1A1. Windows color (decimal): -9064997 or 14396789. OLE color: 14396789.

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

Color convert

RGB 117 173 219 -
CMYK 0.47 0.21 0 0.14
HSL 207.06º 0.59% 0.66% -
HSV(B) 207.06º 0.47% 0.86% -
XYZ 35.07 38.78 72.66 -
YUV 161.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 117 173 219 0.47 0.21 0 0.14 207.06 0.59 0.66
Hex 75 AD DB 2F 15 0 E CF 3B 42
Octal 165 255 333 57 25 0 16 317 73 102
Binary 1110101 10101101 11011011 101111 10101 0 1110 11001111 111011 1000010

Color Harmonies of #75ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADDB

Black with #75ADDB

Text Example


Text Example

White with #75ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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