Html Css Color HEX #7FACD3 Jordy Blue

📋 copy color: '#7FACD3'

red 127 ◦ green 172 ◦ blue 211

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

Shades of Jordy Blue #7FACD3

Tints of Jordy Blue #7FACD3

RGB

 RED value IS 127 (50% from 255) = 24.9%

 GREEN value IS 172 (67.58% from 255) = 33.73%

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 24.9%
G = 33.73%
B = 41.37%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7FACD3 (or 0x7FACD3) is known color: Jordy Blue. HEX triplet: 7F, AC and D3. RGB value is (127,172,211). Sum of RGB (Red+Green+Blue) = 127+172+211=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #7FACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACD3 is #80532C. Grayscale: #A2A2A2. Windows color (decimal): -8409901 or 13872255. OLE color: 13872255.

HSL color Cylindrical-coordinate representation of color #7FACD3: hue angle of 207.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FACD3 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 172 211 -
CMYK 0.40 0.18 0 0.17
HSL 207.86º 0.49% 0.66% -
HSV(B) 207.86º 0.4% 0.83% -
XYZ 35.26 38.72 67.24 -
YUV 162.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 127 172 211 0.40 0.18 0 0.17 207.86 0.49 0.66
Hex 7F AC D3 28 12 0 11 D0 31 42
Octal 177 254 323 50 22 0 21 320 61 102
Binary 1111111 10101100 11010011 101000 10010 0 10001 11010000 110001 1000010

Color Harmonies of #7FACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACD3

Black with #7FACD3

Text Example


Text Example

White with #7FACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FACD3; }

 p { color: rgb(127,172,211); }

 H1.HeaderClassName
 {
   color: #7FACD3;
 }
 .AnyTagClassName
 {
   color: #7FACD3;
 }
</style>

background-color css

<style>
 a { background-color: #7FACD3; }

 a { background-color: rgb(127,172,211); }

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

border-color css

<style>
 span { border-color: #7FACD3; }

 span { border-color: rgb(127,172,211); }

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