Html Css Color HEX #85AFDD Jordy Blue

📋 copy color: '#85AFDD'

red 133 ◦ green 175 ◦ blue 221

#85AFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #85AFDD

Tints of Jordy Blue #85AFDD

RGB

 RED value IS 133 (52.34% from 255) = 25.14%

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 25.14%
G = 33.08%
B = 41.78%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85AFDD (or 0x85AFDD) is known color: Jordy Blue. HEX triplet: 85, AF and DD. RGB value is (133,175,221). Sum of RGB (Red+Green+Blue) = 133+175+221=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #85AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFDD is #7A5022. Grayscale: #A7A7A7. Windows color (decimal): -8015907 or 14528389. OLE color: 14528389.

HSL color Cylindrical-coordinate representation of color #85AFDD: hue angle of 211.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AFDD is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 175 221 -
CMYK 0.40 0.21 0 0.13
HSL 211.36º 0.56% 0.69% -
HSV(B) 211.36º 0.4% 0.87% -
XYZ 38.05 40.87 74.29 -
YUV 167.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 133 175 221 0.40 0.21 0 0.13 211.36 0.56 0.69
Hex 85 AF DD 28 15 0 D D3 38 45
Octal 205 257 335 50 25 0 15 323 70 105
Binary 10000101 10101111 11011101 101000 10101 0 1101 11010011 111000 1000101

Color Harmonies of #85AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFDD

Black with #85AFDD

Text Example


Text Example

White with #85AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85AFDD;
 }
 .AnyTagClassName
 {
   color: #85AFDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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