Html Css Color HEX #75ABDB Jordy Blue

📋 copy color: '#75ABDB'

red 117 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #75ABDB

Tints of Jordy Blue #75ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

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

R = 23.08%
G = 33.73%
B = 43.2%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75ABDB (or 0x75ABDB) is known color: Jordy Blue. HEX triplet: 75, AB and DB. RGB value is (117,171,219). Sum of RGB (Red+Green+Blue) = 117+171+219=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #75ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABDB is #8A5424. Grayscale: #A0A0A0. Windows color (decimal): -9065509 or 14396277. OLE color: 14396277.

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

Color convert

RGB 117 171 219 -
CMYK 0.47 0.22 0 0.14
HSL 208.24º 0.59% 0.66% -
HSV(B) 208.24º 0.47% 0.86% -
XYZ 34.69 38.02 72.53 -
YUV 160.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 117 171 219 0.47 0.22 0 0.14 208.24 0.59 0.66
Hex 75 AB DB 2F 16 0 E D0 3B 42
Octal 165 253 333 57 26 0 16 320 73 102
Binary 1110101 10101011 11011011 101111 10110 0 1110 11010000 111011 1000010

Color Harmonies of #75ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABDB

Black with #75ABDB

Text Example


Text Example

White with #75ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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