Html Css Color HEX #8BABEC Jordy Blue

📋 copy color: '#8BABEC'

red 139 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #8BABEC

Tints of Jordy Blue #8BABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 25.46%
G = 31.32%
B = 43.22%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BABEC (or 0x8BABEC) is known color: Jordy Blue. HEX triplet: 8B, AB and EC. RGB value is (139,171,236). Sum of RGB (Red+Green+Blue) = 139+171+236=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABEC is #745413. Grayscale: #A8A8A8. Windows color (decimal): -7623700 or 15510411. OLE color: 15510411.

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

Color convert

RGB 139 171 236 -
CMYK 0.41 0.28 0 0.07
HSL 220.21º 0.72% 0.74% -
HSV(B) 220.21º 0.41% 0.93% -
XYZ 40.35 40.67 85.08 -
YUV 168.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 139 171 236 0.41 0.28 0 0.07 220.21 0.72 0.74
Hex 8B AB EC 29 1C 0 7 DC 48 4A
Octal 213 253 354 51 34 0 7 334 110 112
Binary 10001011 10101011 11101100 101001 11100 0 111 11011100 1001000 1001010

Color Harmonies of #8BABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABEC

Black with #8BABEC

Text Example


Text Example

White with #8BABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,171,236); }

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

background-color css

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

 a { background-color: rgb(139,171,236); }

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

border-color css

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

 span { border-color: rgb(139,171,236); }

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