Html Css Color HEX #85BAEA Jordy Blue

📋 copy color: '#85BAEA'

red 133 ◦ green 186 ◦ blue 234

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

Shades of Jordy Blue #85BAEA

Tints of Jordy Blue #85BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 24.05%
G = 33.63%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85BAEA (or 0x85BAEA) is known color: Jordy Blue. HEX triplet: 85, BA and EA. RGB value is (133,186,234). Sum of RGB (Red+Green+Blue) = 133+186+234=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #85BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAEA is #7A4515. Grayscale: #AFAFAF. Windows color (decimal): -8013078 or 15383173. OLE color: 15383173.

HSL color Cylindrical-coordinate representation of color #85BAEA: hue angle of 208.51º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BAEA is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 186 234 -
CMYK 0.43 0.21 0 0.08
HSL 208.51º 0.71% 0.72% -
HSV(B) 208.51º 0.43% 0.92% -
XYZ 42.08 46.04 84.51 -
YUV 175.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 133 186 234 0.43 0.21 0 0.08 208.51 0.71 0.72
Hex 85 BA EA 2B 15 0 8 D1 47 48
Octal 205 272 352 53 25 0 10 321 107 110
Binary 10000101 10111010 11101010 101011 10101 0 1000 11010001 1000111 1001000

Color Harmonies of #85BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAEA

Black with #85BAEA

Text Example


Text Example

White with #85BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,234); }

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

background-color css

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

 a { background-color: rgb(133,186,234); }

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

border-color css

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

 span { border-color: rgb(133,186,234); }

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