Html Css Color HEX #8BAEFC Jordy Blue

📋 copy color: '#8BAEFC'

red 139 ◦ green 174 ◦ blue 252

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

Shades of Jordy Blue #8BAEFC

Tints of Jordy Blue #8BAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 24.6%
G = 30.8%
B = 44.6%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BAEFC (or 0x8BAEFC) is known color: Jordy Blue. HEX triplet: 8B, AE and FC. RGB value is (139,174,252). Sum of RGB (Red+Green+Blue) = 139+174+252=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEFC is #745103. Grayscale: #ACACAC. Windows color (decimal): -7622916 or 16559755. OLE color: 16559755.

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

Color convert

RGB 139 174 252 -
CMYK 0.45 0.31 0 0.01
HSL 221.42º 0.95% 0.77% -
HSV(B) 221.42º 0.45% 0.99% -
XYZ 43.35 42.79 98.07 -
YUV 172.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 139 174 252 0.45 0.31 0 0.01 221.42 0.95 0.77
Hex 8B AE FC 2D 1F 0 1 DD 5F 4D
Octal 213 256 374 55 37 0 1 335 137 115
Binary 10001011 10101110 11111100 101101 11111 0 1 11011101 1011111 1001101

Color Harmonies of #8BAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEFC

Black with #8BAEFC

Text Example


Text Example

White with #8BAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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