#7FBCE7

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

Shades of Jordy Blue #7FBCE7

Tints of Jordy Blue #7FBCE7

Color information

#7FBCE7 (or 0x7FBCE7) is unknown color: approx Jordy Blue. HEX triplet: 7F, BC and E7. RGB value is (127,188,231). Sum of RGB (Red+Green+Blue) = 127+188+231=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #7FBCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBCE7 is #804318. Grayscale: #AEAEAE. Windows color (decimal): -8405785 or 15187071. OLE color: 15187071.

HSL color Cylindrical-coordinate representation of color #7FBCE7: hue angle of 204.81º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FBCE7 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127188231-
CMYK0.450.1900.09
HSL204.81º68.42%70.2%-
HSV(B)204.81º45.02%90.59%-
XYZ41.1646.2582.36-
YUV174.66159.7994-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.26%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 231 (90.62% from 255) = 42.31%
R=23.26%
G=34.43%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271882310.450.1900.09204.8168.4270.2
Hex7FBCE72D1309cd4446
Octal1772743475523011315104106
Binary1111111101111001110011110110110011010011100110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,231); }

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

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

 a { background-color: rgb(127,188,231); }

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

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

 span { border-color: rgb(127,188,231); }

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