#7BB8EA

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

Shades of Jordy Blue #7BB8EA

Tints of Jordy Blue #7BB8EA

Color information

#7BB8EA (or 0x7BB8EA) is unknown color: approx Jordy Blue. HEX triplet: 7B, B8 and EA. RGB value is (123,184,234). Sum of RGB (Red+Green+Blue) = 123+184+234=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BB8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB8EA is #844715. Grayscale: #ABABAB. Windows color (decimal): -8668950 or 15382651. OLE color: 15382651.

HSL color Cylindrical-coordinate representation of color #7BB8EA: hue angle of 207.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BB8EA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123184234-
CMYK0.470.2100.08
HSL207.03º72.55%70%-
HSV(B)207.03º47.44%91.76%-
XYZ40.1644.4384.3-
YUV171.46163.2993.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.74%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=22.74%
G=34.01%
B=43.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231842340.470.2100.08207.0372.5570
Hex7BB8EA2F1508cf4946
Octal1732703525725010317111106
Binary1111011101110001110101010111110101010001100111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,184,234); }

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

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

 a { background-color: rgb(123,184,234); }

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

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

 span { border-color: rgb(123,184,234); }

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