#75B1DE

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

Shades of Jordy Blue #75B1DE

Tints of Jordy Blue #75B1DE

Color information

#75B1DE (or 0x75B1DE) is unknown color: approx Jordy Blue. HEX triplet: 75, B1 and DE. RGB value is (117,177,222). Sum of RGB (Red+Green+Blue) = 117+177+222=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #75B1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1DE is #8A4E21. Grayscale: #A3A3A3. Windows color (decimal): -9063970 or 14594421. OLE color: 14594421.

HSL color Cylindrical-coordinate representation of color #75B1DE: hue angle of 205.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B1DE is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117177222-
CMYK0.470.2000.13
HSL205.71º61.4%66.47%-
HSV(B)205.71º47.3%87.06%-
XYZ36.2440.575.01-
YUV164.19160.6294.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=22.67%
G=34.30%
B=43.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171772220.470.2000.13205.7161.466.47
Hex75B1DE2F140Dce3d42
Octal165261336572401531675102
Binary111010110110001110111101011111010001101110011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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