Html Css Color HEX #75A6DC Jordy Blue

📋 copy color: '#75A6DC'

red 117 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #75A6DC

Tints of Jordy Blue #75A6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 23.26%
G = 33%
B = 43.74%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75A6DC (or 0x75A6DC) is known color: Jordy Blue. HEX triplet: 75, A6 and DC. RGB value is (117,166,220). Sum of RGB (Red+Green+Blue) = 117+166+220=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #75A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6DC is #8A5923. Grayscale: #9D9D9D. Windows color (decimal): -9066788 or 14460533. OLE color: 14460533.

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

Color convert

RGB 117 166 220 -
CMYK 0.47 0.25 0 0.14
HSL 211.46º 0.6% 0.66% -
HSV(B) 211.46º 0.47% 0.86% -
XYZ 33.89 36.22 72.92 -
YUV 157.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 117 166 220 0.47 0.25 0 0.14 211.46 0.6 0.66
Hex 75 A6 DC 2F 19 0 E D3 3C 42
Octal 165 246 334 57 31 0 16 323 74 102
Binary 1110101 10100110 11011100 101111 11001 0 1110 11010011 111100 1000010

Color Harmonies of #75A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A6DC

Black with #75A6DC

Text Example


Text Example

White with #75A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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