Html Css Color HEX #7FACDC Jordy Blue

📋 copy color: '#7FACDC'

red 127 ◦ green 172 ◦ blue 220

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

Shades of Jordy Blue #7FACDC

Tints of Jordy Blue #7FACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 24.47%
G = 33.14%
B = 42.39%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FACDC (or 0x7FACDC) is known color: Jordy Blue. HEX triplet: 7F, AC and DC. RGB value is (127,172,220). Sum of RGB (Red+Green+Blue) = 127+172+220=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACDC is #805323. Grayscale: #A3A3A3. Windows color (decimal): -8409892 or 14462079. OLE color: 14462079.

HSL color Cylindrical-coordinate representation of color #7FACDC: hue angle of 210.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FACDC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 172 220 -
CMYK 0.42 0.22 0 0.14
HSL 210.97º 0.57% 0.68% -
HSV(B) 210.97º 0.42% 0.86% -
XYZ 36.42 39.18 73.35 -
YUV 164.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 127 172 220 0.42 0.22 0 0.14 210.97 0.57 0.68
Hex 7F AC DC 2A 16 0 E D3 39 44
Octal 177 254 334 52 26 0 16 323 71 104
Binary 1111111 10101100 11011100 101010 10110 0 1110 11010011 111001 1000100

Color Harmonies of #7FACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACDC

Black with #7FACDC

Text Example


Text Example

White with #7FACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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