Html Css Color HEX #8AB1FC Jordy Blue

📋 copy color: '#8AB1FC'

red 138 ◦ green 177 ◦ blue 252

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

Shades of Jordy Blue #8AB1FC

Tints of Jordy Blue #8AB1FC

RGB

 RED value IS 138 (54.3% from 255) = 24.34%

 GREEN value IS 177 (69.53% from 255) = 31.22%

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 24.34%
G = 31.22%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AB1FC (or 0x8AB1FC) is known color: Jordy Blue. HEX triplet: 8A, B1 and FC. RGB value is (138,177,252). Sum of RGB (Red+Green+Blue) = 138+177+252=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB1FC is #754E03. Grayscale: #ADADAD. Windows color (decimal): -7687684 or 16560522. OLE color: 16560522.

HSL color Cylindrical-coordinate representation of color #8AB1FC: hue angle of 219.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB1FC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 177 252 -
CMYK 0.45 0.30 0 0.01
HSL 219.47º 0.95% 0.76% -
HSV(B) 219.47º 0.45% 0.99% -
XYZ 43.77 43.88 98.26 -
YUV 173.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 138 177 252 0.45 0.30 0 0.01 219.47 0.95 0.76
Hex 8A B1 FC 2D 1E 0 1 DB 5F 4C
Octal 212 261 374 55 36 0 1 333 137 114
Binary 10001010 10110001 11111100 101101 11110 0 1 11011011 1011111 1001100

Color Harmonies of #8AB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1FC

Black with #8AB1FC

Text Example


Text Example

White with #8AB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB1FC; }

 p { color: rgb(138,177,252); }

 H1.HeaderClassName
 {
   color: #8AB1FC;
 }
 .AnyTagClassName
 {
   color: #8AB1FC;
 }
</style>

background-color css

<style>
 a { background-color: #8AB1FC; }

 a { background-color: rgb(138,177,252); }

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

border-color css

<style>
 span { border-color: #8AB1FC; }

 span { border-color: rgb(138,177,252); }

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