Html Css Color HEX #8BACFD Jordy Blue

📋 copy color: '#8BACFD'

red 139 ◦ green 172 ◦ blue 253

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

Shades of Jordy Blue #8BACFD

Tints of Jordy Blue #8BACFD

RGB

 RED value IS 139 (54.69% from 255) = 24.65%

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

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

R = 24.65%
G = 30.5%
B = 44.86%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BACFD (or 0x8BACFD) is known color: Jordy Blue. HEX triplet: 8B, AC and FD. RGB value is (139,172,253). Sum of RGB (Red+Green+Blue) = 139+172+253=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFD is #745302. Grayscale: #ABABAB. Windows color (decimal): -7623427 or 16624779. OLE color: 16624779.

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

Color convert

RGB 139 172 253 -
CMYK 0.45 0.32 0 0.01
HSL 222.63º 0.97% 0.77% -
HSV(B) 222.63º 0.45% 0.99% -
XYZ 43.13 42.09 98.78 -
YUV 171.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 139 172 253 0.45 0.32 0 0.01 222.63 0.97 0.77
Hex 8B AC FD 2D 20 0 1 DF 61 4D
Octal 213 254 375 55 40 0 1 337 141 115
Binary 10001011 10101100 11111101 101101 100000 0 1 11011111 1100001 1001101

Color Harmonies of #8BACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACFD

Black with #8BACFD

Text Example


Text Example

White with #8BACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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