Html Css Color HEX #7FADD3 Jordy Blue

📋 copy color: '#7FADD3'

red 127 ◦ green 173 ◦ blue 211

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

Shades of Jordy Blue #7FADD3

Tints of Jordy Blue #7FADD3

RGB

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

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

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

R = 24.85%
G = 33.86%
B = 41.29%

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

#7FADD3 (or 0x7FADD3) is known color: Jordy Blue. HEX triplet: 7F, AD and D3. RGB value is (127,173,211). Sum of RGB (Red+Green+Blue) = 127+173+211=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #7FADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADD3 is #80522C. Grayscale: #A3A3A3. Windows color (decimal): -8409645 or 13872511. OLE color: 13872511.

HSL color Cylindrical-coordinate representation of color #7FADD3: hue angle of 207.14º 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 #7FADD3 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 173 211 -
CMYK 0.40 0.18 0 0.17
HSL 207.14º 0.49% 0.66% -
HSV(B) 207.14º 0.4% 0.83% -
XYZ 35.45 39.1 67.31 -
YUV 163.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 127 173 211 0.40 0.18 0 0.17 207.14 0.49 0.66
Hex 7F AD D3 28 12 0 11 CF 31 42
Octal 177 255 323 50 22 0 21 317 61 102
Binary 1111111 10101101 11010011 101000 10010 0 10001 11001111 110001 1000010

Color Harmonies of #7FADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADD3

Black with #7FADD3

Text Example


Text Example

White with #7FADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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