Html Css Color HEX #7FB1DA Jordy Blue

📋 copy color: '#7FB1DA'

red 127 ◦ green 177 ◦ blue 218

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

Shades of Jordy Blue #7FB1DA

Tints of Jordy Blue #7FB1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 24.33%
G = 33.91%
B = 41.76%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FB1DA (or 0x7FB1DA) is known color: Jordy Blue. HEX triplet: 7F, B1 and DA. RGB value is (127,177,218). Sum of RGB (Red+Green+Blue) = 127+177+218=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1DA is #804E25. Grayscale: #A6A6A6. Windows color (decimal): -8408614 or 14332287. OLE color: 14332287.

HSL color Cylindrical-coordinate representation of color #7FB1DA: hue angle of 207.03º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB1DA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 177 218 -
CMYK 0.42 0.19 0 0.15
HSL 207.03º 0.55% 0.68% -
HSV(B) 207.03º 0.42% 0.85% -
XYZ 37.13 41.02 72.29 -
YUV 166.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 127 177 218 0.42 0.19 0 0.15 207.03 0.55 0.68
Hex 7F B1 DA 2A 13 0 F CF 37 44
Octal 177 261 332 52 23 0 17 317 67 104
Binary 1111111 10110001 11011010 101010 10011 0 1111 11001111 110111 1000100

Color Harmonies of #7FB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB1DA

Black with #7FB1DA

Text Example


Text Example

White with #7FB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,218); }

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

background-color css

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

 a { background-color: rgb(127,177,218); }

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

border-color css

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

 span { border-color: rgb(127,177,218); }

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