Html Css Color HEX #8AB2ED Jordy Blue

📋 copy color: '#8AB2ED'

red 138 ◦ green 178 ◦ blue 237

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

Shades of Jordy Blue #8AB2ED

Tints of Jordy Blue #8AB2ED

RGB

 RED value IS 138 (54.3% from 255) = 24.95%

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 24.95%
G = 32.19%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AB2ED (or 0x8AB2ED) is known color: Jordy Blue. HEX triplet: 8A, B2 and ED. RGB value is (138,178,237). Sum of RGB (Red+Green+Blue) = 138+178+237=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB2ED is #754D12. Grayscale: #ACACAC. Windows color (decimal): -7687443 or 15577738. OLE color: 15577738.

HSL color Cylindrical-coordinate representation of color #8AB2ED: hue angle of 215.76º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB2ED is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 178 237 -
CMYK 0.42 0.25 0 0.07
HSL 215.76º 0.73% 0.74% -
HSV(B) 215.76º 0.42% 0.93% -
XYZ 41.69 43.36 86.29 -
YUV 172.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 138 178 237 0.42 0.25 0 0.07 215.76 0.73 0.74
Hex 8A B2 ED 2A 19 0 7 D8 49 4A
Octal 212 262 355 52 31 0 7 330 111 112
Binary 10001010 10110010 11101101 101010 11001 0 111 11011000 1001001 1001010

Color Harmonies of #8AB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB2ED

Black with #8AB2ED

Text Example


Text Example

White with #8AB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,237); }

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

background-color css

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

 a { background-color: rgb(138,178,237); }

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

border-color css

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

 span { border-color: rgb(138,178,237); }

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