Html Css Color HEX #8AABFC Jordy Blue

📋 copy color: '#8AABFC'

red 138 ◦ green 171 ◦ blue 252

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

Shades of Jordy Blue #8AABFC

Tints of Jordy Blue #8AABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.48%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 24.6%
G = 30.48%
B = 44.92%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AABFC (or 0x8AABFC) is known color: Jordy Blue. HEX triplet: 8A, AB and FC. RGB value is (138,171,252). Sum of RGB (Red+Green+Blue) = 138+171+252=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABFC is #755403. Grayscale: #AAAAAA. Windows color (decimal): -7689220 or 16558986. OLE color: 16558986.

HSL color Cylindrical-coordinate representation of color #8AABFC: hue angle of 222.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AABFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 171 252 -
CMYK 0.45 0.32 0 0.01
HSL 222.63º 0.95% 0.76% -
HSV(B) 222.63º 0.45% 0.99% -
XYZ 42.61 41.56 97.87 -
YUV 170.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 138 171 252 0.45 0.32 0 0.01 222.63 0.95 0.76
Hex 8A AB FC 2D 20 0 1 DF 5F 4C
Octal 212 253 374 55 40 0 1 337 137 114
Binary 10001010 10101011 11111100 101101 100000 0 1 11011111 1011111 1001100

Color Harmonies of #8AABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABFC

Black with #8AABFC

Text Example


Text Example

White with #8AABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,252); }

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

background-color css

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

 a { background-color: rgb(138,171,252); }

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

border-color css

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

 span { border-color: rgb(138,171,252); }

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