#7FBAE4

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

Shades of Jordy Blue #7FBAE4

Tints of Jordy Blue #7FBAE4

Color information

#7FBAE4 (or 0x7FBAE4) is unknown color: approx Jordy Blue. HEX triplet: 7F, BA and E4. RGB value is (127,186,228). Sum of RGB (Red+Green+Blue) = 127+186+228=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #7FBAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBAE4 is #80451B. Grayscale: #ACACAC. Windows color (decimal): -8406300 or 14989951. OLE color: 14989951.

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

Color convert

RGB127186228-
CMYK0.440.1800.11
HSL204.95º65.16%69.61%-
HSV(B)204.95º44.3%89.41%-
XYZ40.3145.2380-
YUV173.15158.9595.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 228 (89.45% from 255) = 42.14%
R=23.48%
G=34.38%
B=42.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1271862280.440.1800.11204.9565.1669.61
Hex7FBAE42C120Bcd4146
Octal1772723445422013315101106
Binary1111111101110101110010010110010010010111100110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,228); }

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

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

 a { background-color: rgb(127,186,228); }

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

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

 span { border-color: rgb(127,186,228); }

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