Html Css Color HEX #8BAEEC Jordy Blue

📋 copy color: '#8BAEEC'

red 139 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #8BAEEC

Tints of Jordy Blue #8BAEEC

RGB

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

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

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

R = 25.32%
G = 31.69%
B = 42.99%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BAEEC (or 0x8BAEEC) is known color: Jordy Blue. HEX triplet: 8B, AE and EC. RGB value is (139,174,236). Sum of RGB (Red+Green+Blue) = 139+174+236=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEEC is #745113. Grayscale: #AAAAAA. Windows color (decimal): -7622932 or 15511179. OLE color: 15511179.

HSL color Cylindrical-coordinate representation of color #8BAEEC: hue angle of 218.35º 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 #8BAEEC is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 174 236 -
CMYK 0.41 0.26 0 0.07
HSL 218.35º 0.72% 0.74% -
HSV(B) 218.35º 0.41% 0.93% -
XYZ 40.92 41.82 85.27 -
YUV 170.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 139 174 236 0.41 0.26 0 0.07 218.35 0.72 0.74
Hex 8B AE EC 29 1A 0 7 DA 48 4A
Octal 213 256 354 51 32 0 7 332 110 112
Binary 10001011 10101110 11101100 101001 11010 0 111 11011010 1001000 1001010

Color Harmonies of #8BAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEEC

Black with #8BAEEC

Text Example


Text Example

White with #8BAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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