Html Css Color HEX #8FB6EE Jordy Blue

📋 copy color: '#8FB6EE'

red 143 ◦ green 182 ◦ blue 238

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

Shades of Jordy Blue #8FB6EE

Tints of Jordy Blue #8FB6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 25.4%
G = 32.33%
B = 42.27%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FB6EE (or 0x8FB6EE) is known color: Jordy Blue. HEX triplet: 8F, B6 and EE. RGB value is (143,182,238). Sum of RGB (Red+Green+Blue) = 143+182+238=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB6EE is #704911. Grayscale: #B0B0B0. Windows color (decimal): -7358738 or 15644303. OLE color: 15644303.

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

Color convert

RGB 143 182 238 -
CMYK 0.40 0.24 0 0.07
HSL 215.37º 0.74% 0.75% -
HSV(B) 215.37º 0.4% 0.93% -
XYZ 43.49 45.47 87.37 -
YUV 176.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 143 182 238 0.40 0.24 0 0.07 215.37 0.74 0.75
Hex 8F B6 EE 28 18 0 7 D7 4A 4B
Octal 217 266 356 50 30 0 7 327 112 113
Binary 10001111 10110110 11101110 101000 11000 0 111 11010111 1001010 1001011

Color Harmonies of #8FB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB6EE

Black with #8FB6EE

Text Example


Text Example

White with #8FB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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