Html Css Color HEX #85B2DB Jordy Blue

📋 copy color: '#85B2DB'

red 133 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #85B2DB

Tints of Jordy Blue #85B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

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

R = 25.09%
G = 33.58%
B = 41.32%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85B2DB (or 0x85B2DB) is known color: Jordy Blue. HEX triplet: 85, B2 and DB. RGB value is (133,178,219). Sum of RGB (Red+Green+Blue) = 133+178+219=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #85B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2DB is #7A4D24. Grayscale: #A9A9A9. Windows color (decimal): -8015141 or 14398085. OLE color: 14398085.

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

Color convert

RGB 133 178 219 -
CMYK 0.39 0.19 0 0.14
HSL 208.6º 0.54% 0.69% -
HSV(B) 208.6º 0.39% 0.86% -
XYZ 38.38 41.94 73.09 -
YUV 169.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 133 178 219 0.39 0.19 0 0.14 208.6 0.54 0.69
Hex 85 B2 DB 27 13 0 E D1 36 45
Octal 205 262 333 47 23 0 16 321 66 105
Binary 10000101 10110010 11011011 100111 10011 0 1110 11010001 110110 1000101

Color Harmonies of #85B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B2DB

Black with #85B2DB

Text Example


Text Example

White with #85B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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