Html Css Color HEX #85AFDC Jordy Blue

📋 copy color: '#85AFDC'

red 133 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #85AFDC

Tints of Jordy Blue #85AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 25.19%
G = 33.14%
B = 41.67%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85AFDC (or 0x85AFDC) is known color: Jordy Blue. HEX triplet: 85, AF and DC. RGB value is (133,175,220). Sum of RGB (Red+Green+Blue) = 133+175+220=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #85AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFDC is #7A5023. Grayscale: #A7A7A7. Windows color (decimal): -8015908 or 14462853. OLE color: 14462853.

HSL color Cylindrical-coordinate representation of color #85AFDC: hue angle of 211.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AFDC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 175 220 -
CMYK 0.40 0.20 0 0.14
HSL 211.03º 0.55% 0.69% -
HSV(B) 211.03º 0.4% 0.86% -
XYZ 37.92 40.81 73.59 -
YUV 167.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 133 175 220 0.40 0.20 0 0.14 211.03 0.55 0.69
Hex 85 AF DC 28 14 0 E D3 37 45
Octal 205 257 334 50 24 0 16 323 67 105
Binary 10000101 10101111 11011100 101000 10100 0 1110 11010011 110111 1000101

Color Harmonies of #85AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFDC

Black with #85AFDC

Text Example


Text Example

White with #85AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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