Html Css Color HEX #85AFDB Jordy Blue

📋 copy color: '#85AFDB'

red 133 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #85AFDB

Tints of Jordy Blue #85AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 25.24%
G = 33.21%
B = 41.56%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85AFDB (or 0x85AFDB) is known color: Jordy Blue. HEX triplet: 85, AF and DB. RGB value is (133,175,219). Sum of RGB (Red+Green+Blue) = 133+175+219=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #85AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFDB is #7A5024. Grayscale: #A7A7A7. Windows color (decimal): -8015909 or 14397317. OLE color: 14397317.

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

Color convert

RGB 133 175 219 -
CMYK 0.39 0.20 0 0.14
HSL 210.7º 0.54% 0.69% -
HSV(B) 210.7º 0.39% 0.86% -
XYZ 37.79 40.76 72.89 -
YUV 167.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 133 175 219 0.39 0.20 0 0.14 210.7 0.54 0.69
Hex 85 AF DB 27 14 0 E D3 36 45
Octal 205 257 333 47 24 0 16 323 66 105
Binary 10000101 10101111 11011011 100111 10100 0 1110 11010011 110110 1000101

Color Harmonies of #85AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFDB

Black with #85AFDB

Text Example


Text Example

White with #85AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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