Html Css Color HEX #8BAEFA Jordy Blue

📋 copy color: '#8BAEFA'

red 139 ◦ green 174 ◦ blue 250

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

Shades of Jordy Blue #8BAEFA

Tints of Jordy Blue #8BAEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.91%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 24.69%
G = 30.91%
B = 44.4%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BAEFA (or 0x8BAEFA) is known color: Jordy Blue. HEX triplet: 8B, AE and FA. RGB value is (139,174,250). Sum of RGB (Red+Green+Blue) = 139+174+250=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEFA is #745105. Grayscale: #ABABAB. Windows color (decimal): -7622918 or 16428683. OLE color: 16428683.

HSL color Cylindrical-coordinate representation of color #8BAEFA: hue angle of 221.08º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BAEFA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 174 250 -
CMYK 0.44 0.30 0 0.02
HSL 221.08º 0.92% 0.76% -
HSV(B) 221.08º 0.44% 0.98% -
XYZ 43.04 42.66 96.41 -
YUV 172.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 139 174 250 0.44 0.30 0 0.02 221.08 0.92 0.76
Hex 8B AE FA 2C 1E 0 2 DD 5C 4C
Octal 213 256 372 54 36 0 2 335 134 114
Binary 10001011 10101110 11111010 101100 11110 0 10 11011101 1011100 1001100

Color Harmonies of #8BAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEFA

Black with #8BAEFA

Text Example


Text Example

White with #8BAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,174,250); }

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

background-color css

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

 a { background-color: rgb(139,174,250); }

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

border-color css

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

 span { border-color: rgb(139,174,250); }

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