Html Css Color HEX #8CA9EE Jordy Blue

📋 copy color: '#8CA9EE'

red 140 ◦ green 169 ◦ blue 238

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

Shades of Jordy Blue #8CA9EE

Tints of Jordy Blue #8CA9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.9%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 25.59%
G = 30.9%
B = 43.51%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CA9EE (or 0x8CA9EE) is known color: Jordy Blue. HEX triplet: 8C, A9 and EE. RGB value is (140,169,238). Sum of RGB (Red+Green+Blue) = 140+169+238=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA9EE is #735611. Grayscale: #A7A7A7. Windows color (decimal): -7558674 or 15640972. OLE color: 15640972.

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

Color convert

RGB 140 169 238 -
CMYK 0.41 0.29 0 0.07
HSL 222.24º 0.74% 0.74% -
HSV(B) 222.24º 0.41% 0.93% -
XYZ 40.44 40.12 86.5 -
YUV 168.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 140 169 238 0.41 0.29 0 0.07 222.24 0.74 0.74
Hex 8C A9 EE 29 1D 0 7 DE 4A 4A
Octal 214 251 356 51 35 0 7 336 112 112
Binary 10001100 10101001 11101110 101001 11101 0 111 11011110 1001010 1001010

Color Harmonies of #8CA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA9EE

Black with #8CA9EE

Text Example


Text Example

White with #8CA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,169,238); }

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

background-color css

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

 a { background-color: rgb(140,169,238); }

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

border-color css

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

 span { border-color: rgb(140,169,238); }

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