Html Css Color HEX #8FB3E5 Jordy Blue

📋 copy color: '#8FB3E5'

red 143 ◦ green 179 ◦ blue 229

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

Shades of Jordy Blue #8FB3E5

Tints of Jordy Blue #8FB3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.49%

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 25.95%
G = 32.49%
B = 41.56%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8FB3E5 (or 0x8FB3E5) is known color: Jordy Blue. HEX triplet: 8F, B3 and E5. RGB value is (143,179,229). Sum of RGB (Red+Green+Blue) = 143+179+229=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FB3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3E5 is #704C1A. Grayscale: #ADADAD. Windows color (decimal): -7359515 or 15053711. OLE color: 15053711.

HSL color Cylindrical-coordinate representation of color #8FB3E5: hue angle of 214.88º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FB3E5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 179 229 -
CMYK 0.38 0.22 0 0.10
HSL 214.88º 0.62% 0.73% -
HSV(B) 214.88º 0.38% 0.9% -
XYZ 41.59 43.74 80.38 -
YUV 173.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 143 179 229 0.38 0.22 0 0.10 214.88 0.62 0.73
Hex 8F B3 E5 26 16 0 A D7 3E 49
Octal 217 263 345 46 26 0 12 327 76 111
Binary 10001111 10110011 11100101 100110 10110 0 1010 11010111 111110 1001001

Color Harmonies of #8FB3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB3E5

Black with #8FB3E5

Text Example


Text Example

White with #8FB3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,179,229); }

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

background-color css

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

 a { background-color: rgb(143,179,229); }

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

border-color css

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

 span { border-color: rgb(143,179,229); }

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