Html Css Color HEX #8BAFF2 Jordy Blue

📋 copy color: '#8BAFF2'

red 139 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #8BAFF2

Tints of Jordy Blue #8BAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.47%

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

R = 25%
G = 31.47%
B = 43.53%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BAFF2 (or 0x8BAFF2) is known color: Jordy Blue. HEX triplet: 8B, AF and F2. RGB value is (139,175,242). Sum of RGB (Red+Green+Blue) = 139+175+242=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFF2 is #74500D. Grayscale: #ABABAB. Windows color (decimal): -7622670 or 15904651. OLE color: 15904651.

HSL color Cylindrical-coordinate representation of color #8BAFF2: hue angle of 219.03º 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 #8BAFF2 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 175 242 -
CMYK 0.43 0.28 0 0.05
HSL 219.03º 0.8% 0.75% -
HSV(B) 219.03º 0.43% 0.95% -
XYZ 42 42.56 90.01 -
YUV 171.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 139 175 242 0.43 0.28 0 0.05 219.03 0.8 0.75
Hex 8B AF F2 2B 1C 0 5 DB 50 4B
Octal 213 257 362 53 34 0 5 333 120 113
Binary 10001011 10101111 11110010 101011 11100 0 101 11011011 1010000 1001011

Color Harmonies of #8BAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFF2

Black with #8BAFF2

Text Example


Text Example

White with #8BAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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