Html Css Color HEX #8BB2F5 Jordy Blue

📋 copy color: '#8BB2F5'

red 139 ◦ green 178 ◦ blue 245

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

Shades of Jordy Blue #8BB2F5

Tints of Jordy Blue #8BB2F5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.67%

 BLUE value IS 245 (96.09% from 255) = 43.59%

R = 24.73%
G = 31.67%
B = 43.59%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8BB2F5 (or 0x8BB2F5) is known color: Jordy Blue. HEX triplet: 8B, B2 and F5. RGB value is (139,178,245). Sum of RGB (Red+Green+Blue) = 139+178+245=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BB2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB2F5 is #744D0A. Grayscale: #ADADAD. Windows color (decimal): -7621899 or 16102027. OLE color: 16102027.

HSL color Cylindrical-coordinate representation of color #8BB2F5: hue angle of 217.92º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BB2F5 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 178 245 -
CMYK 0.43 0.27 0 0.04
HSL 217.92º 0.84% 0.75% -
HSV(B) 217.92º 0.43% 0.96% -
XYZ 43.05 43.92 92.6 -
YUV 173.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 139 178 245 0.43 0.27 0 0.04 217.92 0.84 0.75
Hex 8B B2 F5 2B 1B 0 4 DA 54 4B
Octal 213 262 365 53 33 0 4 332 124 113
Binary 10001011 10110010 11110101 101011 11011 0 100 11011010 1010100 1001011

Color Harmonies of #8BB2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB2F5

Black with #8BB2F5

Text Example


Text Example

White with #8BB2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,178,245); }

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

background-color css

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

 a { background-color: rgb(139,178,245); }

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

border-color css

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

 span { border-color: rgb(139,178,245); }

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