#75B0DC

Color #75B0DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #75B0DC

Tints of Jordy Blue #75B0DC

Color information

#75B0DC (or 0x75B0DC) is unknown color: approx Jordy Blue. HEX triplet: 75, B0 and DC. RGB value is (117,176,220). Sum of RGB (Red+Green+Blue) = 117+176+220=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #75B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B0DC is #8A4F23. Grayscale: #A3A3A3. Windows color (decimal): -9064228 or 14463093. OLE color: 14463093.

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

Color convert

RGB117176220-
CMYK0.470.200.14
HSL205.63º59.54%66.08%-
HSV(B)205.63º46.82%86.27%-
XYZ35.784073.55-
YUV163.38159.9594.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=22.81%
G=34.31%
B=42.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171762200.470.200.14205.6359.5466.08
Hex75B0DC2F140Ece3c42
Octal165260334572401631674102
Binary111010110110000110111001011111010001110110011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75B0DC;
 }
 .AnyTagClassName
 {
   color: #75B0DC;
 }
</style>
background-color css

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

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

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

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

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

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