Html Css Color HEX #8BB4F3 Jordy Blue

📋 copy color: '#8BB4F3'

red 139 ◦ green 180 ◦ blue 243

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

Shades of Jordy Blue #8BB4F3

Tints of Jordy Blue #8BB4F3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.03%

 BLUE value IS 243 (95.31% from 255) = 43.24%

R = 24.73%
G = 32.03%
B = 43.24%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BB4F3 (or 0x8BB4F3) is known color: Jordy Blue. HEX triplet: 8B, B4 and F3. RGB value is (139,180,243). Sum of RGB (Red+Green+Blue) = 139+180+243=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BB4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4F3 is #744B0C. Grayscale: #AEAEAE. Windows color (decimal): -7621389 or 15971467. OLE color: 15971467.

HSL color Cylindrical-coordinate representation of color #8BB4F3: hue angle of 216.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BB4F3 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 180 243 -
CMYK 0.43 0.26 0 0.05
HSL 216.35º 0.81% 0.75% -
HSV(B) 216.35º 0.43% 0.95% -
XYZ 43.15 44.6 91.13 -
YUV 174.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 139 180 243 0.43 0.26 0 0.05 216.35 0.81 0.75
Hex 8B B4 F3 2B 1A 0 5 D8 51 4B
Octal 213 264 363 53 32 0 5 330 121 113
Binary 10001011 10110100 11110011 101011 11010 0 101 11011000 1010001 1001011

Color Harmonies of #8BB4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB4F3

Black with #8BB4F3

Text Example


Text Example

White with #8BB4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,180,243); }

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

background-color css

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

 a { background-color: rgb(139,180,243); }

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

border-color css

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

 span { border-color: rgb(139,180,243); }

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