#75AFED

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

Shades of Jordy Blue #75AFED

Tints of Jordy Blue #75AFED

Color information

#75AFED (or 0x75AFED) is unknown color: approx Jordy Blue. HEX triplet: 75, AF and ED. RGB value is (117,175,237). Sum of RGB (Red+Green+Blue) = 117+175+237=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #75AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AFED is #8A5012. Grayscale: #A4A4A4. Windows color (decimal): -9064467 or 15576949. OLE color: 15576949.

HSL color Cylindrical-coordinate representation of color #75AFED: hue angle of 211º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75AFED is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117175237-
CMYK0.510.2600.07
HSL211º76.92%69.41%-
HSV(B)211º50.63%92.94%-
XYZ37.9540.5685.95-
YUV164.73168.7893.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=22.12%
G=33.08%
B=44.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171752370.510.2600.0721176.9269.41
Hex75AFED331A07d34d45
Octal165257355633207323115105
Binary111010110101111111011011100111101001111101001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,237); }

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

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

 a { background-color: rgb(117,175,237); }

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

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

 span { border-color: rgb(117,175,237); }

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