Html Css Color HEX #85B3DB Jordy Blue

📋 copy color: '#85B3DB'

red 133 ◦ green 179 ◦ blue 219

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

Shades of Jordy Blue #85B3DB

Tints of Jordy Blue #85B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.71%

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

R = 25.05%
G = 33.71%
B = 41.24%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85B3DB (or 0x85B3DB) is known color: Jordy Blue. HEX triplet: 85, B3 and DB. RGB value is (133,179,219). Sum of RGB (Red+Green+Blue) = 133+179+219=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #85B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B3DB is #7A4C24. Grayscale: #A9A9A9. Windows color (decimal): -8014885 or 14398341. OLE color: 14398341.

HSL color Cylindrical-coordinate representation of color #85B3DB: hue angle of 207.91º 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 #85B3DB is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 179 219 -
CMYK 0.39 0.18 0 0.14
HSL 207.91º 0.54% 0.69% -
HSV(B) 207.91º 0.39% 0.86% -
XYZ 38.58 42.34 73.16 -
YUV 169.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 133 179 219 0.39 0.18 0 0.14 207.91 0.54 0.69
Hex 85 B3 DB 27 12 0 E D0 36 45
Octal 205 263 333 47 22 0 16 320 66 105
Binary 10000101 10110011 11011011 100111 10010 0 1110 11010000 110110 1000101

Color Harmonies of #85B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B3DB

Black with #85B3DB

Text Example


Text Example

White with #85B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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