Html Css Color HEX #75A6DB Jordy Blue

📋 copy color: '#75A6DB'

red 117 ◦ green 166 ◦ blue 219

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

Shades of Jordy Blue #75A6DB

Tints of Jordy Blue #75A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

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

R = 23.31%
G = 33.07%
B = 43.63%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75A6DB (or 0x75A6DB) is known color: Jordy Blue. HEX triplet: 75, A6 and DB. RGB value is (117,166,219). Sum of RGB (Red+Green+Blue) = 117+166+219=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6DB is #8A5924. Grayscale: #9D9D9D. Windows color (decimal): -9066789 or 14394997. OLE color: 14394997.

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

Color convert

RGB 117 166 219 -
CMYK 0.47 0.24 0 0.14
HSL 211.18º 0.59% 0.66% -
HSV(B) 211.18º 0.47% 0.86% -
XYZ 33.76 36.17 72.22 -
YUV 157.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 117 166 219 0.47 0.24 0 0.14 211.18 0.59 0.66
Hex 75 A6 DB 2F 18 0 E D3 3B 42
Octal 165 246 333 57 30 0 16 323 73 102
Binary 1110101 10100110 11011011 101111 11000 0 1110 11010011 111011 1000010

Color Harmonies of #75A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A6DB

Black with #75A6DB

Text Example


Text Example

White with #75A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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