Html Css Color HEX #7FADDC Jordy Blue

📋 copy color: '#7FADDC'

red 127 ◦ green 173 ◦ blue 220

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

Shades of Jordy Blue #7FADDC

Tints of Jordy Blue #7FADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.27%

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

R = 24.42%
G = 33.27%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FADDC (or 0x7FADDC) is known color: Jordy Blue. HEX triplet: 7F, AD and DC. RGB value is (127,173,220). Sum of RGB (Red+Green+Blue) = 127+173+220=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADDC is #805223. Grayscale: #A4A4A4. Windows color (decimal): -8409636 or 14462335. OLE color: 14462335.

HSL color Cylindrical-coordinate representation of color #7FADDC: hue angle of 210.32º 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 #7FADDC is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 173 220 -
CMYK 0.42 0.21 0 0.14
HSL 210.32º 0.57% 0.68% -
HSV(B) 210.32º 0.42% 0.86% -
XYZ 36.61 39.57 73.42 -
YUV 164.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 127 173 220 0.42 0.21 0 0.14 210.32 0.57 0.68
Hex 7F AD DC 2A 15 0 E D2 39 44
Octal 177 255 334 52 25 0 16 322 71 104
Binary 1111111 10101101 11011100 101010 10101 0 1110 11010010 111001 1000100

Color Harmonies of #7FADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADDC

Black with #7FADDC

Text Example


Text Example

White with #7FADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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