Html Css Color HEX #85B8DD Jordy Blue

📋 copy color: '#85B8DD'

red 133 ◦ green 184 ◦ blue 221

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

Shades of Jordy Blue #85B8DD

Tints of Jordy Blue #85B8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

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

R = 24.72%
G = 34.2%
B = 41.08%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85B8DD (or 0x85B8DD) is known color: Jordy Blue. HEX triplet: 85, B8 and DD. RGB value is (133,184,221). Sum of RGB (Red+Green+Blue) = 133+184+221=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #85B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8DD is #7A4722. Grayscale: #ACACAC. Windows color (decimal): -8013603 or 14530693. OLE color: 14530693.

HSL color Cylindrical-coordinate representation of color #85B8DD: hue angle of 205.23º 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 #85B8DD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 184 221 -
CMYK 0.40 0.17 0 0.13
HSL 205.23º 0.56% 0.69% -
HSV(B) 205.23º 0.4% 0.87% -
XYZ 39.86 44.49 74.89 -
YUV 172.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 133 184 221 0.40 0.17 0 0.13 205.23 0.56 0.69
Hex 85 B8 DD 28 11 0 D CD 38 45
Octal 205 270 335 50 21 0 15 315 70 105
Binary 10000101 10111000 11011101 101000 10001 0 1101 11001101 111000 1000101

Color Harmonies of #85B8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B8DD

Black with #85B8DD

Text Example


Text Example

White with #85B8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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