Html Css Color HEX #8BAEDE Jordy Blue

📋 copy color: '#8BAEDE'

red 139 ◦ green 174 ◦ blue 222

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

Shades of Jordy Blue #8BAEDE

Tints of Jordy Blue #8BAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 25.98%
G = 32.52%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BAEDE (or 0x8BAEDE) is known color: Jordy Blue. HEX triplet: 8B, AE and DE. RGB value is (139,174,222). Sum of RGB (Red+Green+Blue) = 139+174+222=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEDE is #745121. Grayscale: #A8A8A8. Windows color (decimal): -7622946 or 14593675. OLE color: 14593675.

HSL color Cylindrical-coordinate representation of color #8BAEDE: hue angle of 214.7º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAEDE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 174 222 -
CMYK 0.37 0.22 0 0.13
HSL 214.7º 0.56% 0.71% -
HSV(B) 214.7º 0.37% 0.87% -
XYZ 38.97 41.04 74.97 -
YUV 169.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 139 174 222 0.37 0.22 0 0.13 214.7 0.56 0.71
Hex 8B AE DE 25 16 0 D D7 38 47
Octal 213 256 336 45 26 0 15 327 70 107
Binary 10001011 10101110 11011110 100101 10110 0 1101 11010111 111000 1000111

Color Harmonies of #8BAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEDE

Black with #8BAEDE

Text Example


Text Example

White with #8BAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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