Html Css Color HEX #8BB0EE Jordy Blue

📋 copy color: '#8BB0EE'

red 139 ◦ green 176 ◦ blue 238

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

Shades of Jordy Blue #8BB0EE

Tints of Jordy Blue #8BB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 25.14%
G = 31.83%
B = 43.04%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BB0EE (or 0x8BB0EE) is known color: Jordy Blue. HEX triplet: 8B, B0 and EE. RGB value is (139,176,238). Sum of RGB (Red+Green+Blue) = 139+176+238=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0EE is #744F11. Grayscale: #ABABAB. Windows color (decimal): -7622418 or 15642763. OLE color: 15642763.

HSL color Cylindrical-coordinate representation of color #8BB0EE: hue angle of 217.58º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BB0EE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 176 238 -
CMYK 0.42 0.26 0 0.07
HSL 217.58º 0.74% 0.74% -
HSV(B) 217.58º 0.42% 0.93% -
XYZ 41.61 42.71 86.94 -
YUV 172.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 139 176 238 0.42 0.26 0 0.07 217.58 0.74 0.74
Hex 8B B0 EE 2A 1A 0 7 DA 4A 4A
Octal 213 260 356 52 32 0 7 332 112 112
Binary 10001011 10110000 11101110 101010 11010 0 111 11011010 1001010 1001010

Color Harmonies of #8BB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB0EE

Black with #8BB0EE

Text Example


Text Example

White with #8BB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,176,238); }

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

background-color css

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

 a { background-color: rgb(139,176,238); }

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

border-color css

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

 span { border-color: rgb(139,176,238); }

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