#7BAFE3

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

Shades of Jordy Blue #7BAFE3

Tints of Jordy Blue #7BAFE3

Color information

#7BAFE3 (or 0x7BAFE3) is unknown color: approx Jordy Blue. HEX triplet: 7B, AF and E3. RGB value is (123,175,227). Sum of RGB (Red+Green+Blue) = 123+175+227=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #7BAFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFE3 is #84501C. Grayscale: #A5A5A5. Windows color (decimal): -8671261 or 14921595. OLE color: 14921595.

HSL color Cylindrical-coordinate representation of color #7BAFE3: hue angle of 210º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BAFE3 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123175227-
CMYK0.460.2300.11
HSL210º65%68.63%-
HSV(B)210º45.81%89.02%-
XYZ37.3640.4278.51-
YUV165.38162.7797.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.43%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=23.43%
G=33.33%
B=43.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1231752270.460.2300.112106568.63
Hex7BAFE32E170Bd24145
Octal1732573435627013322101105
Binary1111011101011111110001110111010111010111101001010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,227); }

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

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

 a { background-color: rgb(123,175,227); }

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

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

 span { border-color: rgb(123,175,227); }

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