#7BB5EC

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

Shades of Jordy Blue #7BB5EC

Tints of Jordy Blue #7BB5EC

Color information

#7BB5EC (or 0x7BB5EC) is unknown color: approx Jordy Blue. HEX triplet: 7B, B5 and EC. RGB value is (123,181,236). Sum of RGB (Red+Green+Blue) = 123+181+236=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BB5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB5EC is #844A13. Grayscale: #A9A9A9. Windows color (decimal): -8669716 or 15512955. OLE color: 15512955.

HSL color Cylindrical-coordinate representation of color #7BB5EC: hue angle of 209.2º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BB5EC is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123181236-
CMYK0.480.2300.07
HSL209.2º74.83%70.39%-
HSV(B)209.2º47.88%92.55%-
XYZ39.8343.3185.62-
YUV169.93165.2894.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.78%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=22.78%
G=33.52%
B=43.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231812360.480.2300.07209.274.8370.39
Hex7BB5EC301707d14b46
Octal173265354602707321113106
Binary111101110110101111011001100001011101111101000110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,181,236); }

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

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

 a { background-color: rgb(123,181,236); }

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

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

 span { border-color: rgb(123,181,236); }

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