#75B1DC

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

Shades of Jordy Blue #75B1DC

Tints of Jordy Blue #75B1DC

Color information

#75B1DC (or 0x75B1DC) is unknown color: approx Jordy Blue. HEX triplet: 75, B1 and DC. RGB value is (117,177,220). Sum of RGB (Red+Green+Blue) = 117+177+220=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #75B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1DC is #8A4E23. Grayscale: #A3A3A3. Windows color (decimal): -9063972 or 14463349. OLE color: 14463349.

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

Color convert

RGB117177220-
CMYK0.470.2000.14
HSL205.05º59.54%66.08%-
HSV(B)205.05º46.82%86.27%-
XYZ35.9840.3973.61-
YUV163.96159.6294.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=22.76%
G=34.44%
B=42.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171772200.470.2000.14205.0559.5466.08
Hex75B1DC2F140Ecd3c42
Octal165261334572401631574102
Binary111010110110001110111001011111010001110110011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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