Html Css Color HEX #85ADFD Jordy Blue

📋 copy color: '#85ADFD'

red 133 ◦ green 173 ◦ blue 253

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

Shades of Jordy Blue #85ADFD

Tints of Jordy Blue #85ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.95%

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

R = 23.79%
G = 30.95%
B = 45.26%

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

#85ADFD (or 0x85ADFD) is known color: Jordy Blue. HEX triplet: 85, AD and FD. RGB value is (133,173,253). Sum of RGB (Red+Green+Blue) = 133+173+253=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #85ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ADFD is #7A5202. Grayscale: #A9A9A9. Windows color (decimal): -8016387 or 16625029. OLE color: 16625029.

HSL color Cylindrical-coordinate representation of color #85ADFD: hue angle of 220º 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 #85ADFD is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 173 253 -
CMYK 0.47 0.32 0 0.01
HSL 220º 0.97% 0.76% -
HSV(B) 220º 0.47% 0.99% -
XYZ 42.35 41.97 98.8 -
YUV 170.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 133 173 253 0.47 0.32 0 0.01 220 0.97 0.76
Hex 85 AD FD 2F 20 0 1 DC 61 4C
Octal 205 255 375 57 40 0 1 334 141 114
Binary 10000101 10101101 11111101 101111 100000 0 1 11011100 1100001 1001100

Color Harmonies of #85ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADFD

Black with #85ADFD

Text Example


Text Example

White with #85ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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