Html Css Color HEX #85ACFD Jordy Blue

📋 copy color: '#85ACFD'

red 133 ◦ green 172 ◦ blue 253

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

Shades of Jordy Blue #85ACFD

Tints of Jordy Blue #85ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 23.84%
G = 30.82%
B = 45.34%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85ACFD (or 0x85ACFD) is known color: Jordy Blue. HEX triplet: 85, AC and FD. RGB value is (133,172,253). Sum of RGB (Red+Green+Blue) = 133+172+253=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #85ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACFD is #7A5302. Grayscale: #A9A9A9. Windows color (decimal): -8016643 or 16624773. OLE color: 16624773.

HSL color Cylindrical-coordinate representation of color #85ACFD: hue angle of 220.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85ACFD is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 172 253 -
CMYK 0.47 0.32 0 0.01
HSL 220.5º 0.97% 0.76% -
HSV(B) 220.5º 0.47% 0.99% -
XYZ 42.16 41.58 98.73 -
YUV 169.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 133 172 253 0.47 0.32 0 0.01 220.5 0.97 0.76
Hex 85 AC FD 2F 20 0 1 DC 61 4C
Octal 205 254 375 57 40 0 1 334 141 114
Binary 10000101 10101100 11111101 101111 100000 0 1 11011100 1100001 1001100

Color Harmonies of #85ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACFD

Black with #85ACFD

Text Example


Text Example

White with #85ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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