Html Css Color HEX #8CAAFF Jordy Blue

📋 copy color: '#8CAAFF'

red 140 ◦ green 170 ◦ blue 255

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

Shades of Jordy Blue #8CAAFF

Tints of Jordy Blue #8CAAFF

RGB

 RED value IS 140 (55.08% from 255) = 24.78%

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 255 (100% from 255) = 45.13%

R = 24.78%
G = 30.09%
B = 45.13%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CAAFF (or 0x8CAAFF) is known color: Jordy Blue. HEX triplet: 8C, AA and FF. RGB value is (140,170,255). Sum of RGB (Red+Green+Blue) = 140+170+255=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAFF is #735500. Grayscale: #AAAAAA. Windows color (decimal): -7558401 or 16755340. OLE color: 16755340.

HSL color Cylindrical-coordinate representation of color #8CAAFF: hue angle of 224.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAAFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 170 255 -
CMYK 0.45 0.33 0 0
HSL 224.35º 1% 0.77% -
HSV(B) 224.35º 0.45% 1% -
XYZ 43.24 41.54 100.35 -
YUV 170.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 140 170 255 0.45 0.33 0 0 224.35 1 0.77
Hex 8C AA FF 2D 21 0 0 E0 64 4D
Octal 214 252 377 55 41 0 0 340 144 115
Binary 10001100 10101010 11111111 101101 100001 0 0 11100000 1100100 1001101

Color Harmonies of #8CAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAAFF

Black with #8CAAFF

Text Example


Text Example

White with #8CAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,255); }

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

background-color css

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

 a { background-color: rgb(140,170,255); }

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

border-color css

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

 span { border-color: rgb(140,170,255); }

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