Html Css Color HEX #8CAAFD Jordy Blue

📋 copy color: '#8CAAFD'

red 140 ◦ green 170 ◦ blue 253

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

Shades of Jordy Blue #8CAAFD

Tints of Jordy Blue #8CAAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 24.87%
G = 30.2%
B = 44.94%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CAAFD (or 0x8CAAFD) is known color: Jordy Blue. HEX triplet: 8C, AA and FD. RGB value is (140,170,253). Sum of RGB (Red+Green+Blue) = 140+170+253=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAFD is #735502. Grayscale: #AAAAAA. Windows color (decimal): -7558403 or 16624268. OLE color: 16624268.

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

Color convert

RGB 140 170 253 -
CMYK 0.45 0.33 0 0.01
HSL 224.07º 0.97% 0.77% -
HSV(B) 224.07º 0.45% 0.99% -
XYZ 42.92 41.42 98.66 -
YUV 170.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 140 170 253 0.45 0.33 0 0.01 224.07 0.97 0.77
Hex 8C AA FD 2D 21 0 1 E0 61 4D
Octal 214 252 375 55 41 0 1 340 141 115
Binary 10001100 10101010 11111101 101101 100001 0 1 11100000 1100001 1001101

Color Harmonies of #8CAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAAFD

Black with #8CAAFD

Text Example


Text Example

White with #8CAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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