Html Css Color HEX #8BAFFD Jordy Blue

📋 copy color: '#8BAFFD'

red 139 ◦ green 175 ◦ blue 253

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

Shades of Jordy Blue #8BAFFD

Tints of Jordy Blue #8BAFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.86%

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

R = 24.51%
G = 30.86%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BAFFD (or 0x8BAFFD) is known color: Jordy Blue. HEX triplet: 8B, AF and FD. RGB value is (139,175,253). Sum of RGB (Red+Green+Blue) = 139+175+253=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFFD is #745002. Grayscale: #ACACAC. Windows color (decimal): -7622659 or 16625547. OLE color: 16625547.

HSL color Cylindrical-coordinate representation of color #8BAFFD: hue angle of 221.05º 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 #8BAFFD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 175 253 -
CMYK 0.45 0.31 0 0.01
HSL 221.05º 0.97% 0.77% -
HSV(B) 221.05º 0.45% 0.99% -
XYZ 43.71 43.24 98.97 -
YUV 173.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 139 175 253 0.45 0.31 0 0.01 221.05 0.97 0.77
Hex 8B AF FD 2D 1F 0 1 DD 61 4D
Octal 213 257 375 55 37 0 1 335 141 115
Binary 10001011 10101111 11111101 101101 11111 0 1 11011101 1100001 1001101

Color Harmonies of #8BAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFFD

Black with #8BAFFD

Text Example


Text Example

White with #8BAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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