#75B3DE

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

Shades of Jordy Blue #75B3DE

Tints of Jordy Blue #75B3DE

Color information

#75B3DE (or 0x75B3DE) is unknown color: approx Jordy Blue. HEX triplet: 75, B3 and DE. RGB value is (117,179,222). Sum of RGB (Red+Green+Blue) = 117+179+222=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #75B3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B3DE is #8A4C21. Grayscale: #A5A5A5. Windows color (decimal): -9063458 or 14594933. OLE color: 14594933.

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

Color convert

RGB117179222-
CMYK0.470.1900.13
HSL204.57º61.4%66.47%-
HSV(B)204.57º47.3%87.06%-
XYZ36.6441.375.15-
YUV165.36159.9693.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=22.59%
G=34.56%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171792220.470.1900.13204.5761.466.47
Hex75B3DE2F130Dcd3d42
Octal165263336572301531575102
Binary111010110110011110111101011111001101101110011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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