Html Css Color HEX #8BB6F2 Jordy Blue

📋 copy color: '#8BB6F2'

red 139 ◦ green 182 ◦ blue 242

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

Shades of Jordy Blue #8BB6F2

Tints of Jordy Blue #8BB6F2

RGB

 RED value IS 139 (54.69% from 255) = 24.69%

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

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 24.69%
G = 32.33%
B = 42.98%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BB6F2 (or 0x8BB6F2) is known color: Jordy Blue. HEX triplet: 8B, B6 and F2. RGB value is (139,182,242). Sum of RGB (Red+Green+Blue) = 139+182+242=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BB6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6F2 is #74490D. Grayscale: #AFAFAF. Windows color (decimal): -7620878 or 15906443. OLE color: 15906443.

HSL color Cylindrical-coordinate representation of color #8BB6F2: hue angle of 214.95º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BB6F2 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 182 242 -
CMYK 0.43 0.25 0 0.05
HSL 214.95º 0.8% 0.75% -
HSV(B) 214.95º 0.43% 0.95% -
XYZ 43.4 45.36 90.47 -
YUV 175.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 139 182 242 0.43 0.25 0 0.05 214.95 0.8 0.75
Hex 8B B6 F2 2B 19 0 5 D7 50 4B
Octal 213 266 362 53 31 0 5 327 120 113
Binary 10001011 10110110 11110010 101011 11001 0 101 11010111 1010000 1001011

Color Harmonies of #8BB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB6F2

Black with #8BB6F2

Text Example


Text Example

White with #8BB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,182,242); }

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

background-color css

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

 a { background-color: rgb(139,182,242); }

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

border-color css

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

 span { border-color: rgb(139,182,242); }

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