#85AFFB

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

Shades of Jordy Blue #85AFFB

Tints of Jordy Blue #85AFFB

Color information

#85AFFB (or 0x85AFFB) is unknown color: approx Jordy Blue. HEX triplet: 85, AF and FB. RGB value is (133,175,251). Sum of RGB (Red+Green+Blue) = 133+175+251=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #85AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFFB is #7A5004. Grayscale: #AAAAAA. Windows color (decimal): -8015877 or 16494469. OLE color: 16494469.

HSL color Cylindrical-coordinate representation of color #85AFFB: hue angle of 218.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85AFFB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133175251-
CMYK0.470.3000.02
HSL218.64º93.65%75.29%-
HSV(B)218.64º47.01%98.43%-
XYZ42.4242.6197.26-
YUV171.11173.09100.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=23.79%
G=31.31%
B=44.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331752510.470.3000.02218.6493.6575.29
Hex85AFFB2F1E02db5e4b
Octal205257373573602333136113
Binary100001011010111111111011101111111100101101101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AFFB; }

 p { color: rgb(133,175,251); }

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

<style>
 a { background-color: #85AFFB; }

 a { background-color: rgb(133,175,251); }

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

<style>
 span { border-color: #85AFFB; }

 span { border-color: rgb(133,175,251); }

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