Html Css Color HEX #85ACEA Jordy Blue

📋 copy color: '#85ACEA'

red 133 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #85ACEA

Tints of Jordy Blue #85ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

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

R = 24.68%
G = 31.91%
B = 43.41%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85ACEA (or 0x85ACEA) is known color: Jordy Blue. HEX triplet: 85, AC and EA. RGB value is (133,172,234). Sum of RGB (Red+Green+Blue) = 133+172+234=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #85ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACEA is #7A5315. Grayscale: #A7A7A7. Windows color (decimal): -8016662 or 15379589. OLE color: 15379589.

HSL color Cylindrical-coordinate representation of color #85ACEA: hue angle of 216.83º 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 #85ACEA is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 172 234 -
CMYK 0.43 0.26 0 0.08
HSL 216.83º 0.71% 0.72% -
HSV(B) 216.83º 0.43% 0.92% -
XYZ 39.28 40.43 83.58 -
YUV 167.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 133 172 234 0.43 0.26 0 0.08 216.83 0.71 0.72
Hex 85 AC EA 2B 1A 0 8 D9 47 48
Octal 205 254 352 53 32 0 10 331 107 110
Binary 10000101 10101100 11101010 101011 11010 0 1000 11011001 1000111 1001000

Color Harmonies of #85ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACEA

Black with #85ACEA

Text Example


Text Example

White with #85ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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