#7CB1DA

Color #7CB1DA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7CB1DA

Tints of Jordy Blue #7CB1DA

Color information

#7CB1DA (or 0x7CB1DA) is unknown color: approx Jordy Blue. HEX triplet: 7C, B1 and DA. RGB value is (124,177,218). Sum of RGB (Red+Green+Blue) = 124+177+218=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CB1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB1DA is #834E25. Grayscale: #A5A5A5. Windows color (decimal): -8605222 or 14332284. OLE color: 14332284.

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

Color convert

RGB124177218-
CMYK0.430.1900.15
HSL206.17º55.95%67.06%-
HSV(B)206.17º43.12%85.49%-
XYZ36.6940.7972.27-
YUV165.83157.4498.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.89%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=23.89%
G=34.10%
B=42.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241772180.430.1900.15206.1755.9567.06
Hex7CB1DA2B130Fce3843
Octal174261332532301731670103
Binary111110010110001110110101010111001101111110011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CB1DA;
 }
 .AnyTagClassName
 {
   color: #7CB1DA;
 }
</style>
background-color css

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

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

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

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

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

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