Html Css Color HEX #75ACDB Jordy Blue

📋 copy color: '#75ACDB'

red 117 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #75ACDB

Tints of Jordy Blue #75ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.86%

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

R = 23.03%
G = 33.86%
B = 43.11%

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

#75ACDB (or 0x75ACDB) is known color: Jordy Blue. HEX triplet: 75, AC and DB. RGB value is (117,172,219). Sum of RGB (Red+Green+Blue) = 117+172+219=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #75ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACDB is #8A5324. Grayscale: #A0A0A0. Windows color (decimal): -9065253 or 14396533. OLE color: 14396533.

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

Color convert

RGB 117 172 219 -
CMYK 0.47 0.21 0 0.14
HSL 207.65º 0.59% 0.66% -
HSV(B) 207.65º 0.47% 0.86% -
XYZ 34.87 38.4 72.59 -
YUV 160.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 117 172 219 0.47 0.21 0 0.14 207.65 0.59 0.66
Hex 75 AC DB 2F 15 0 E D0 3B 42
Octal 165 254 333 57 25 0 16 320 73 102
Binary 1110101 10101100 11011011 101111 10101 0 1110 11010000 111011 1000010

Color Harmonies of #75ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACDB

Black with #75ACDB

Text Example


Text Example

White with #75ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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