Html Css Color HEX #85B4E8 Jordy Blue

📋 copy color: '#85B4E8'

red 133 ◦ green 180 ◦ blue 232

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

Shades of Jordy Blue #85B4E8

Tints of Jordy Blue #85B4E8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.03%

 BLUE value IS 232 (91.02% from 255) = 42.57%

R = 24.4%
G = 33.03%
B = 42.57%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85B4E8 (or 0x85B4E8) is known color: Jordy Blue. HEX triplet: 85, B4 and E8. RGB value is (133,180,232). Sum of RGB (Red+Green+Blue) = 133+180+232=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #85B4E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B4E8 is #7A4B17. Grayscale: #ABABAB. Windows color (decimal): -8014616 or 15250565. OLE color: 15250565.

HSL color Cylindrical-coordinate representation of color #85B4E8: hue angle of 211.52º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85B4E8 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 180 232 -
CMYK 0.43 0.22 0 0.09
HSL 211.52º 0.68% 0.72% -
HSV(B) 211.52º 0.43% 0.91% -
XYZ 40.56 43.46 82.59 -
YUV 171.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 133 180 232 0.43 0.22 0 0.09 211.52 0.68 0.72
Hex 85 B4 E8 2B 16 0 9 D4 44 48
Octal 205 264 350 53 26 0 11 324 104 110
Binary 10000101 10110100 11101000 101011 10110 0 1001 11010100 1000100 1001000

Color Harmonies of #85B4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B4E8

Black with #85B4E8

Text Example


Text Example

White with #85B4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,232); }

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

background-color css

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

 a { background-color: rgb(133,180,232); }

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

border-color css

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

 span { border-color: rgb(133,180,232); }

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