Html Css Color HEX #8BADFD Jordy Blue

📋 copy color: '#8BADFD'

red 139 ◦ green 173 ◦ blue 253

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

Shades of Jordy Blue #8BADFD

Tints of Jordy Blue #8BADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

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

R = 24.6%
G = 30.62%
B = 44.78%

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

#8BADFD (or 0x8BADFD) is known color: Jordy Blue. HEX triplet: 8B, AD and FD. RGB value is (139,173,253). Sum of RGB (Red+Green+Blue) = 139+173+253=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADFD is #745202. Grayscale: #ABABAB. Windows color (decimal): -7623171 or 16625035. OLE color: 16625035.

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

Color convert

RGB 139 173 253 -
CMYK 0.45 0.32 0 0.01
HSL 222.11º 0.97% 0.77% -
HSV(B) 222.11º 0.45% 0.99% -
XYZ 43.32 42.47 98.84 -
YUV 171.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 139 173 253 0.45 0.32 0 0.01 222.11 0.97 0.77
Hex 8B AD FD 2D 20 0 1 DE 61 4D
Octal 213 255 375 55 40 0 1 336 141 115
Binary 10001011 10101101 11111101 101101 100000 0 1 11011110 1100001 1001101

Color Harmonies of #8BADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADFD

Black with #8BADFD

Text Example


Text Example

White with #8BADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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