Html Css Color HEX #84ABFB Jordy Blue

📋 copy color: '#84ABFB'

red 132 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #84ABFB

Tints of Jordy Blue #84ABFB

RGB

 RED value IS 132 (51.95% from 255) = 23.83%

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

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

R = 23.83%
G = 30.87%
B = 45.31%

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

#84ABFB (or 0x84ABFB) is known color: Jordy Blue. HEX triplet: 84, AB and FB. RGB value is (132,171,251). Sum of RGB (Red+Green+Blue) = 132+171+251=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #84ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ABFB is #7B5404. Grayscale: #A8A8A8. Windows color (decimal): -8082437 or 16493444. OLE color: 16493444.

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

Color convert

RGB 132 171 251 -
CMYK 0.47 0.32 0 0.02
HSL 220.34º 0.94% 0.75% -
HSV(B) 220.34º 0.47% 0.98% -
XYZ 41.49 41 96.99 -
YUV 168.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 132 171 251 0.47 0.32 0 0.02 220.34 0.94 0.75
Hex 84 AB FB 2F 20 0 2 DC 5E 4B
Octal 204 253 373 57 40 0 2 334 136 113
Binary 10000100 10101011 11111011 101111 100000 0 10 11011100 1011110 1001011

Color Harmonies of #84ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABFB

Black with #84ABFB

Text Example


Text Example

White with #84ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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