Html Css Color HEX #8AACFC Jordy Blue

📋 copy color: '#8AACFC'

red 138 ◦ green 172 ◦ blue 252

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

Shades of Jordy Blue #8AACFC

Tints of Jordy Blue #8AACFC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.6%

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

R = 24.56%
G = 30.6%
B = 44.84%

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

#8AACFC (or 0x8AACFC) is known color: Jordy Blue. HEX triplet: 8A, AC and FC. RGB value is (138,172,252). Sum of RGB (Red+Green+Blue) = 138+172+252=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACFC is #755303. Grayscale: #AAAAAA. Windows color (decimal): -7688964 or 16559242. OLE color: 16559242.

HSL color Cylindrical-coordinate representation of color #8AACFC: hue angle of 222.11º 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 #8AACFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 172 252 -
CMYK 0.45 0.32 0 0.01
HSL 222.11º 0.95% 0.76% -
HSV(B) 222.11º 0.45% 0.99% -
XYZ 42.8 41.94 97.93 -
YUV 170.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 138 172 252 0.45 0.32 0 0.01 222.11 0.95 0.76
Hex 8A AC FC 2D 20 0 1 DE 5F 4C
Octal 212 254 374 55 40 0 1 336 137 114
Binary 10001010 10101100 11111100 101101 100000 0 1 11011110 1011111 1001100

Color Harmonies of #8AACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACFC

Black with #8AACFC

Text Example


Text Example

White with #8AACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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