Html Css Color HEX #85ABFB Jordy Blue

📋 copy color: '#85ABFB'

red 133 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #85ABFB

Tints of Jordy Blue #85ABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.81%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 23.96%
G = 30.81%
B = 45.23%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#85ABFB (or 0x85ABFB) is known color: Jordy Blue. HEX triplet: 85, AB and FB. RGB value is (133,171,251). Sum of RGB (Red+Green+Blue) = 133+171+251=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #85ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABFB is #7A5404. Grayscale: #A8A8A8. Windows color (decimal): -8016901 or 16493445. OLE color: 16493445.

HSL color Cylindrical-coordinate representation of color #85ABFB: hue angle of 220.68º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85ABFB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 171 251 -
CMYK 0.47 0.32 0 0.02
HSL 220.68º 0.94% 0.75% -
HSV(B) 220.68º 0.47% 0.98% -
XYZ 41.65 41.08 97 -
YUV 168.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 133 171 251 0.47 0.32 0 0.02 220.68 0.94 0.75
Hex 85 AB FB 2F 20 0 2 DD 5E 4B
Octal 205 253 373 57 40 0 2 335 136 113
Binary 10000101 10101011 11111011 101111 100000 0 10 11011101 1011110 1001011

Color Harmonies of #85ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABFB

Black with #85ABFB

Text Example


Text Example

White with #85ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,251); }

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

background-color css

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

 a { background-color: rgb(133,171,251); }

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

border-color css

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

 span { border-color: rgb(133,171,251); }

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