Html Css Color HEX #8FB6EA Jordy Blue

📋 copy color: '#8FB6EA'

red 143 ◦ green 182 ◦ blue 234

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

Shades of Jordy Blue #8FB6EA

Tints of Jordy Blue #8FB6EA

RGB

 RED value IS 143 (56.25% from 255) = 25.58%

 GREEN value IS 182 (71.48% from 255) = 32.56%

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 25.58%
G = 32.56%
B = 41.86%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FB6EA (or 0x8FB6EA) is known color: Jordy Blue. HEX triplet: 8F, B6 and EA. RGB value is (143,182,234). Sum of RGB (Red+Green+Blue) = 143+182+234=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB6EA is #704915. Grayscale: #B0B0B0. Windows color (decimal): -7358742 or 15382159. OLE color: 15382159.

HSL color Cylindrical-coordinate representation of color #8FB6EA: hue angle of 214.29º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FB6EA is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 182 234 -
CMYK 0.39 0.22 0 0.08
HSL 214.29º 0.68% 0.74% -
HSV(B) 214.29º 0.39% 0.92% -
XYZ 42.91 45.24 84.31 -
YUV 176.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 143 182 234 0.39 0.22 0 0.08 214.29 0.68 0.74
Hex 8F B6 EA 27 16 0 8 D6 44 4A
Octal 217 266 352 47 26 0 10 326 104 112
Binary 10001111 10110110 11101010 100111 10110 0 1000 11010110 1000100 1001010

Color Harmonies of #8FB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB6EA

Black with #8FB6EA

Text Example


Text Example

White with #8FB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,182,234); }

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

background-color css

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

 a { background-color: rgb(143,182,234); }

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

border-color css

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

 span { border-color: rgb(143,182,234); }

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