Html Css Color HEX #7FABDC Jordy Blue

📋 copy color: '#7FABDC'

red 127 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #7FABDC

Tints of Jordy Blue #7FABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.01%

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

R = 24.52%
G = 33.01%
B = 42.47%

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

#7FABDC (or 0x7FABDC) is known color: Jordy Blue. HEX triplet: 7F, AB and DC. RGB value is (127,171,220). Sum of RGB (Red+Green+Blue) = 127+171+220=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABDC is #805423. Grayscale: #A3A3A3. Windows color (decimal): -8410148 or 14461823. OLE color: 14461823.

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

Color convert

RGB 127 171 220 -
CMYK 0.42 0.22 0 0.14
HSL 211.61º 0.57% 0.68% -
HSV(B) 211.61º 0.42% 0.86% -
XYZ 36.23 38.81 73.29 -
YUV 163.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 127 171 220 0.42 0.22 0 0.14 211.61 0.57 0.68
Hex 7F AB DC 2A 16 0 E D4 39 44
Octal 177 253 334 52 26 0 16 324 71 104
Binary 1111111 10101011 11011100 101010 10110 0 1110 11010100 111001 1000100

Color Harmonies of #7FABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABDC

Black with #7FABDC

Text Example


Text Example

White with #7FABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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