Html Css Color HEX #8CAFF2 Jordy Blue

📋 copy color: '#8CAFF2'

red 140 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #8CAFF2

Tints of Jordy Blue #8CAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 25.13%
G = 31.42%
B = 43.45%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CAFF2 (or 0x8CAFF2) is known color: Jordy Blue. HEX triplet: 8C, AF and F2. RGB value is (140,175,242). Sum of RGB (Red+Green+Blue) = 140+175+242=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAFF2 is #73500D. Grayscale: #ABABAB. Windows color (decimal): -7557134 or 15904652. OLE color: 15904652.

HSL color Cylindrical-coordinate representation of color #8CAFF2: hue angle of 219.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CAFF2 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 175 242 -
CMYK 0.42 0.28 0 0.05
HSL 219.41º 0.8% 0.75% -
HSV(B) 219.41º 0.42% 0.95% -
XYZ 42.17 42.65 90.01 -
YUV 172.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 140 175 242 0.42 0.28 0 0.05 219.41 0.8 0.75
Hex 8C AF F2 2A 1C 0 5 DB 50 4B
Octal 214 257 362 52 34 0 5 333 120 113
Binary 10001100 10101111 11110010 101010 11100 0 101 11011011 1010000 1001011

Color Harmonies of #8CAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFF2

Black with #8CAFF2

Text Example


Text Example

White with #8CAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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