Html Css Color HEX #8FB7EA Jordy Blue

📋 copy color: '#8FB7EA'

red 143 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #8FB7EA

Tints of Jordy Blue #8FB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.68%

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

R = 25.54%
G = 32.68%
B = 41.79%

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

#8FB7EA (or 0x8FB7EA) is known color: Jordy Blue. HEX triplet: 8F, B7 and EA. RGB value is (143,183,234). Sum of RGB (Red+Green+Blue) = 143+183+234=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7EA is #704815. Grayscale: #B0B0B0. Windows color (decimal): -7358486 or 15382415. OLE color: 15382415.

HSL color Cylindrical-coordinate representation of color #8FB7EA: hue angle of 213.63º 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 #8FB7EA is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 183 234 -
CMYK 0.39 0.22 0 0.08
HSL 213.63º 0.68% 0.74% -
HSV(B) 213.63º 0.39% 0.92% -
XYZ 43.11 45.65 84.38 -
YUV 176.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 143 183 234 0.39 0.22 0 0.08 213.63 0.68 0.74
Hex 8F B7 EA 27 16 0 8 D6 44 4A
Octal 217 267 352 47 26 0 10 326 104 112
Binary 10001111 10110111 11101010 100111 10110 0 1000 11010110 1000100 1001010

Color Harmonies of #8FB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB7EA

Black with #8FB7EA

Text Example


Text Example

White with #8FB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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