Html Css Color HEX #7FAFD5 Jordy Blue

📋 copy color: '#7FAFD5'

red 127 ◦ green 175 ◦ blue 213

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

Shades of Jordy Blue #7FAFD5

Tints of Jordy Blue #7FAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 24.66%
G = 33.98%
B = 41.36%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7FAFD5 (or 0x7FAFD5) is known color: Jordy Blue. HEX triplet: 7F, AF and D5. RGB value is (127,175,213). Sum of RGB (Red+Green+Blue) = 127+175+213=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FAFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFD5 is #80502A. Grayscale: #A4A4A4. Windows color (decimal): -8409131 or 14004095. OLE color: 14004095.

HSL color Cylindrical-coordinate representation of color #7FAFD5: hue angle of 206.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FAFD5 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 175 213 -
CMYK 0.40 0.18 0 0.16
HSL 206.51º 0.51% 0.67% -
HSV(B) 206.51º 0.4% 0.84% -
XYZ 36.09 39.98 68.76 -
YUV 164.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 127 175 213 0.40 0.18 0 0.16 206.51 0.51 0.67
Hex 7F AF D5 28 12 0 10 CF 33 43
Octal 177 257 325 50 22 0 20 317 63 103
Binary 1111111 10101111 11010101 101000 10010 0 10000 11001111 110011 1000011

Color Harmonies of #7FAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAFD5

Black with #7FAFD5

Text Example


Text Example

White with #7FAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,213); }

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

background-color css

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

 a { background-color: rgb(127,175,213); }

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

border-color css

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

 span { border-color: rgb(127,175,213); }

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