Html Css Color HEX #8CAFE2 Jordy Blue

📋 copy color: '#8CAFE2'

red 140 ◦ green 175 ◦ blue 226

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

Shades of Jordy Blue #8CAFE2

Tints of Jordy Blue #8CAFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.35%

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 25.88%
G = 32.35%
B = 41.77%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8CAFE2 (or 0x8CAFE2) is known color: Jordy Blue. HEX triplet: 8C, AF and E2. RGB value is (140,175,226). Sum of RGB (Red+Green+Blue) = 140+175+226=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFE2 is #73501D. Grayscale: #AAAAAA. Windows color (decimal): -7557150 or 14856076. OLE color: 14856076.

HSL color Cylindrical-coordinate representation of color #8CAFE2: hue angle of 215.58º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAFE2 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 175 226 -
CMYK 0.38 0.23 0 0.11
HSL 215.58º 0.6% 0.72% -
HSV(B) 215.58º 0.38% 0.89% -
XYZ 39.87 41.73 77.9 -
YUV 170.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 140 175 226 0.38 0.23 0 0.11 215.58 0.6 0.72
Hex 8C AF E2 26 17 0 B D8 3C 48
Octal 214 257 342 46 27 0 13 330 74 110
Binary 10001100 10101111 11100010 100110 10111 0 1011 11011000 111100 1001000

Color Harmonies of #8CAFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFE2

Black with #8CAFE2

Text Example


Text Example

White with #8CAFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,226); }

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

background-color css

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

 a { background-color: rgb(140,175,226); }

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

border-color css

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

 span { border-color: rgb(140,175,226); }

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