Html Css Color HEX #8FB5EF Jordy Blue

📋 copy color: '#8FB5EF'

red 143 ◦ green 181 ◦ blue 239

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

Shades of Jordy Blue #8FB5EF

Tints of Jordy Blue #8FB5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.15%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 25.4%
G = 32.15%
B = 42.45%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FB5EF (or 0x8FB5EF) is known color: Jordy Blue. HEX triplet: 8F, B5 and EF. RGB value is (143,181,239). Sum of RGB (Red+Green+Blue) = 143+181+239=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB5EF is #704A10. Grayscale: #AFAFAF. Windows color (decimal): -7358993 or 15709583. OLE color: 15709583.

HSL color Cylindrical-coordinate representation of color #8FB5EF: hue angle of 216.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB5EF is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 181 239 -
CMYK 0.40 0.24 0 0.06
HSL 216.25º 0.75% 0.75% -
HSV(B) 216.25º 0.4% 0.94% -
XYZ 43.43 45.12 88.08 -
YUV 176.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 143 181 239 0.40 0.24 0 0.06 216.25 0.75 0.75
Hex 8F B5 EF 28 18 0 6 D8 4B 4B
Octal 217 265 357 50 30 0 6 330 113 113
Binary 10001111 10110101 11101111 101000 11000 0 110 11011000 1001011 1001011

Color Harmonies of #8FB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB5EF

Black with #8FB5EF

Text Example


Text Example

White with #8FB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,181,239); }

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

background-color css

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

 a { background-color: rgb(143,181,239); }

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

border-color css

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

 span { border-color: rgb(143,181,239); }

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