Html Css Color HEX #7FABFE Jordy Blue

📋 copy color: '#7FABFE'

red 127 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #7FABFE

Tints of Jordy Blue #7FABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 23.01%
G = 30.98%
B = 46.01%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FABFE (or 0x7FABFE) is known color: Jordy Blue. HEX triplet: 7F, AB and FE. RGB value is (127,171,254). Sum of RGB (Red+Green+Blue) = 127+171+254=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FABFE is #805401. Grayscale: #A6A6A6. Windows color (decimal): -8410114 or 16690047. OLE color: 16690047.

HSL color Cylindrical-coordinate representation of color #7FABFE: hue angle of 219.21º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FABFE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 171 254 -
CMYK 0.50 0.33 0 0.00
HSL 219.21º 0.98% 0.75% -
HSV(B) 219.21º 0.5% 1% -
XYZ 41.2 40.79 99.47 -
YUV 167.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 127 171 254 0.50 0.33 0 0.00 219.21 0.98 0.75
Hex 7F AB FE 32 21 0 0 DB 62 4B
Octal 177 253 376 62 41 0 0 333 142 113
Binary 1111111 10101011 11111110 110010 100001 0 0 11011011 1100010 1001011

Color Harmonies of #7FABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABFE

Black with #7FABFE

Text Example


Text Example

White with #7FABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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